ServiceLinks: Add history

This commit is contained in:
Eric Lippmann 2019-11-03 23:20:00 +01:00
parent 04c3c98165
commit 0629c5c4bd

View file

@ -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(