mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 00:32:05 -04:00
ServiceLinks: Add history
This commit is contained in:
parent
04c3c98165
commit
0629c5c4bd
1 changed files with 7 additions and 0 deletions
|
|
@ -43,6 +43,13 @@ abstract class ServiceLinks
|
|||
);
|
||||
}
|
||||
|
||||
public static function history(Service $service, Host $host)
|
||||
{
|
||||
return Url::fromPath(
|
||||
'eagle/service/history', ['name' => $service->name, 'host.name' => $host->name]
|
||||
);
|
||||
}
|
||||
|
||||
public static function removeAcknowledgement(Service $service, Host $host)
|
||||
{
|
||||
return Url::fromPath(
|
||||
|
|
|
|||
Loading…
Reference in a new issue