Skip to content

Commit

Permalink
monitoring/CSS: Use icon-bell-alt for send custom notification links
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 15bac7d commit e71da8b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@
array(
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'bell',
'icon' => 'bell-alt',
'title' => $this->translate(
'Send a custom notification to contacts responsible for this host'
)
Expand All @@ -28,7 +28,7 @@
array(
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'bell',
'icon' => 'bell-alt',
'title' => $this->translate(
'Send a custom notification to contacts responsible for this service'
)
Expand Down

0 comments on commit e71da8b

Please sign in to comment.