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:
parent
3294f60ef4
commit
6695e437ab
|
@ -145,8 +145,8 @@
|
|||
$sendCustomNotificationLink,
|
||||
null,
|
||||
array(
|
||||
'icon' => 'bell-alt',
|
||||
'class' => 'action-link'
|
||||
'class' => 'action-link',
|
||||
'icon' => 'bell'
|
||||
)
|
||||
) ?>
|
||||
</td>
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
|
|
|
@ -147,8 +147,8 @@
|
|||
$sendCustomNotificationLink,
|
||||
null,
|
||||
array(
|
||||
'icon' => 'bell-alt',
|
||||
'class' => 'action-link'
|
||||
'class' => 'action-link',
|
||||
'icon' => 'bell'
|
||||
)
|
||||
) ?>
|
||||
</td>
|
||||
|
|
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue