mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-08 16:22:05 -04:00
Add Links::comments
This commit is contained in:
parent
16be0ae691
commit
98a22f2d76
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ abstract class Links
|
|||
return Url::fromPath('eagle/comment', ['name' => $comment->name]);
|
||||
}
|
||||
|
||||
public static function comments()
|
||||
{
|
||||
return Url::fromPath('eagle/comments');
|
||||
}
|
||||
|
||||
public static function host(Host $host)
|
||||
{
|
||||
return Url::fromPath('eagle/host', ['name' => $host->name]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue