monitoring/CSS: Use class action link on send notification links
refs #5543
This commit is contained in:
parent
3f33cd72c6
commit
958ac7217f
|
@ -11,8 +11,9 @@
|
||||||
'monitoring/host/send-custom-notification',
|
'monitoring/host/send-custom-notification',
|
||||||
array('host' => $object->getName()),
|
array('host' => $object->getName()),
|
||||||
array(
|
array(
|
||||||
'icon' => 'bell',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
|
'icon' => 'bell',
|
||||||
'title' => $this->translate(
|
'title' => $this->translate(
|
||||||
'Send a custom notification to contacts responsible for this host'
|
'Send a custom notification to contacts responsible for this host'
|
||||||
)
|
)
|
||||||
|
@ -25,8 +26,9 @@
|
||||||
'monitoring/service/send-custom-notification',
|
'monitoring/service/send-custom-notification',
|
||||||
array('host' => $object->getHost()->getName(), 'service' => $object->getName()),
|
array('host' => $object->getHost()->getName(), 'service' => $object->getName()),
|
||||||
array(
|
array(
|
||||||
'icon' => 'bell',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
|
'icon' => 'bell',
|
||||||
'title' => $this->translate(
|
'title' => $this->translate(
|
||||||
'Send a custom notification to contacts responsible for this service'
|
'Send a custom notification to contacts responsible for this service'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue