From 6695e437abf2c23ff75d3f7d0e30b355f22fd701 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Fri, 25 Nov 2016 14:53:50 +0100 Subject: [PATCH] Replace icon bell-alt w/ bell for the send notification command Signed-off-by: Eric Lippmann --- modules/monitoring/application/views/scripts/hosts/show.phtml | 4 ++-- .../views/scripts/partials/object/quick-actions.phtml | 4 ++-- .../monitoring/application/views/scripts/services/show.phtml | 4 ++-- .../views/scripts/show/components/notifications.phtml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/monitoring/application/views/scripts/hosts/show.phtml b/modules/monitoring/application/views/scripts/hosts/show.phtml index d71ef92b3..440b8f163 100644 --- a/modules/monitoring/application/views/scripts/hosts/show.phtml +++ b/modules/monitoring/application/views/scripts/hosts/show.phtml @@ -145,8 +145,8 @@ $sendCustomNotificationLink, null, array( - 'icon' => 'bell-alt', - 'class' => 'action-link' + 'class' => 'action-link', + 'icon' => 'bell' ) ) ?> diff --git a/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml b/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml index 1b845f3ac..de0eb9244 100644 --- a/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml +++ b/modules/monitoring/application/views/scripts/partials/object/quick-actions.phtml @@ -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' ) diff --git a/modules/monitoring/application/views/scripts/services/show.phtml b/modules/monitoring/application/views/scripts/services/show.phtml index f9b2c7b10..15db9b758 100644 --- a/modules/monitoring/application/views/scripts/services/show.phtml +++ b/modules/monitoring/application/views/scripts/services/show.phtml @@ -147,8 +147,8 @@ $sendCustomNotificationLink, null, array( - 'icon' => 'bell-alt', - 'class' => 'action-link' + 'class' => 'action-link', + 'icon' => 'bell' ) ) ?> diff --git a/modules/monitoring/application/views/scripts/show/components/notifications.phtml b/modules/monitoring/application/views/scripts/show/components/notifications.phtml index 8dbb43f93..3e8c66584 100644 --- a/modules/monitoring/application/views/scripts/show/components/notifications.phtml +++ b/modules/monitoring/application/views/scripts/show/components/notifications.phtml @@ -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' )