mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
monitoring/CSS: Use icon-bell-alt for send custom notification links
refs #5543
This commit is contained in:
parent
15bac7d759
commit
e71da8b646
@ -13,7 +13,7 @@
|
|||||||
array(
|
array(
|
||||||
'class' => 'action-link',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
'icon' => 'bell',
|
'icon' => 'bell-alt',
|
||||||
'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',
|
'icon' => 'bell-alt',
|
||||||
'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