Skip to content

Commit

Permalink
monitoring/CSS: Use class action link on send notification links
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent 3f33cd7 commit 958ac72
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -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'
)
Expand All @@ -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'
)
Expand Down

0 comments on commit 958ac72

Please sign in to comment.