Replace icon bell-alt w/ bell for the send notification command

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Florian Strohmaier 2016-11-25 14:53:50 +01:00 committed by Eric Lippmann
parent 3294f60ef4
commit 6695e437ab
4 changed files with 8 additions and 8 deletions

View File

@ -145,8 +145,8 @@
$sendCustomNotificationLink,
null,
array(
'icon' => 'bell-alt',
'class' => 'action-link'
'class' => 'action-link',
'icon' => 'bell'
)
) ?>
</td>

View File

@ -83,7 +83,7 @@
array(
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'bell-alt',
'icon' => 'bell',
'title' => $this->translate(
'Send a custom notification to contacts responsible for this host'
)
@ -97,7 +97,7 @@
array(
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'bell-alt',
'icon' => 'bell',
'title' => $this->translate(
'Send a custom notification to contacts responsible for this service'
)

View File

@ -147,8 +147,8 @@
$sendCustomNotificationLink,
null,
array(
'icon' => 'bell-alt',
'class' => 'action-link'
'class' => 'action-link',
'icon' => 'bell'
)
) ?>
</td>

View File

@ -13,7 +13,7 @@
array(
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'bell-alt',
'icon' => 'bell',
'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-alt',
'icon' => 'bell',
'title' => $this->translate(
'Send a custom notification to contacts responsible for this service'
)