monitoring/CSS: Use class action link on send notification links

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 23:35:48 +02:00
parent 3f33cd72c6
commit 958ac7217f
1 changed files with 4 additions and 2 deletions

View File

@ -11,8 +11,9 @@
'monitoring/host/send-custom-notification',
array('host' => $object->getName()),
array(
'icon' => 'bell',
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'bell',
'title' => $this->translate(
'Send a custom notification to contacts responsible for this host'
)
@ -25,8 +26,9 @@
'monitoring/service/send-custom-notification',
array('host' => $object->getHost()->getName(), 'service' => $object->getName()),
array(
'icon' => 'bell',
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'bell',
'title' => $this->translate(
'Send a custom notification to contacts responsible for this service'
)