mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
Add Links::hostsDetails()
This commit is contained in:
parent
24f8d7436d
commit
6df2ff3254
1 changed files with 5 additions and 0 deletions
|
|
@ -49,6 +49,11 @@ abstract class Links
|
|||
return Url::fromPath('icingadb/host', ['name' => $host->name]);
|
||||
}
|
||||
|
||||
public static function hostsDetails()
|
||||
{
|
||||
return Url::fromPath('icingadb/hosts/details');
|
||||
}
|
||||
|
||||
public static function hostgroup($hostgroup)
|
||||
{
|
||||
return Url::fromPath('icingadb/hostgroup', ['name' => $hostgroup->name]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue