monitoring/CSS: Use icon-bell-alt for send custom notification links

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:41:18 +02:00
parent 15bac7d759
commit e71da8b646
1 changed files with 2 additions and 2 deletions

View File

@ -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'
)
@ -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'
)