mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
Links: Add usergroups() method
This commit is contained in:
parent
784f3481e5
commit
69180edbb8
1 changed files with 5 additions and 0 deletions
|
|
@ -131,6 +131,11 @@ abstract class Links
|
|||
return Url::fromPath('icingadb/users');
|
||||
}
|
||||
|
||||
public static function usergroups()
|
||||
{
|
||||
return Url::fromPath('icingadb/usergroups');
|
||||
}
|
||||
|
||||
public static function event(History $event)
|
||||
{
|
||||
return Url::fromPath('icingadb/event', ['id' => bin2hex($event->id)]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue