mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
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,
|
$sendCustomNotificationLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'icon' => 'bell-alt',
|
'class' => 'action-link',
|
||||||
'class' => 'action-link'
|
'icon' => 'bell'
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</td>
|
</td>
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
array(
|
array(
|
||||||
'class' => 'action-link',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
'icon' => 'bell-alt',
|
'icon' => 'bell',
|
||||||
'title' => $this->translate(
|
'title' => $this->translate(
|
||||||
'Send a custom notification to contacts responsible for this host'
|
'Send a custom notification to contacts responsible for this host'
|
||||||
)
|
)
|
||||||
@ -97,7 +97,7 @@
|
|||||||
array(
|
array(
|
||||||
'class' => 'action-link',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
'icon' => 'bell-alt',
|
'icon' => 'bell',
|
||||||
'title' => $this->translate(
|
'title' => $this->translate(
|
||||||
'Send a custom notification to contacts responsible for this service'
|
'Send a custom notification to contacts responsible for this service'
|
||||||
)
|
)
|
||||||
|
@ -147,8 +147,8 @@
|
|||||||
$sendCustomNotificationLink,
|
$sendCustomNotificationLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'icon' => 'bell-alt',
|
'class' => 'action-link',
|
||||||
'class' => 'action-link'
|
'icon' => 'bell'
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</td>
|
</td>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
array(
|
array(
|
||||||
'class' => 'action-link',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
'icon' => 'bell-alt',
|
'icon' => 'bell',
|
||||||
'title' => $this->translate(
|
'title' => $this->translate(
|
||||||
'Send a custom notification to contacts responsible for this host'
|
'Send a custom notification to contacts responsible for this host'
|
||||||
)
|
)
|
||||||
@ -28,7 +28,7 @@
|
|||||||
array(
|
array(
|
||||||
'class' => 'action-link',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
'icon' => 'bell-alt',
|
'icon' => 'bell',
|
||||||
'title' => $this->translate(
|
'title' => $this->translate(
|
||||||
'Send a custom notification to contacts responsible for this service'
|
'Send a custom notification to contacts responsible for this service'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user