From ca8f4d3b7eb069d3319daac57f57b8f1b57ce938 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Fri, 25 Nov 2016 12:11:52 +0100 Subject: [PATCH] Replace reschedule icon w/ calendar-empty for reschedule check Signed-off-by: Eric Lippmann --- modules/monitoring/application/views/scripts/hosts/show.phtml | 4 ++-- .../monitoring/application/views/scripts/services/show.phtml | 4 ++-- .../views/scripts/show/components/checkstatistics.phtml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/monitoring/application/views/scripts/hosts/show.phtml b/modules/monitoring/application/views/scripts/hosts/show.phtml index 683680663..3edf0cbcb 100644 --- a/modules/monitoring/application/views/scripts/hosts/show.phtml +++ b/modules/monitoring/application/views/scripts/hosts/show.phtml @@ -189,8 +189,8 @@ $rescheduleAllLink, null, array( - 'icon' => 'reschedule', - 'class' => 'action-link' + 'class' => 'action-link', + 'icon' => 'calendar-empty' ) ) ?> diff --git a/modules/monitoring/application/views/scripts/services/show.phtml b/modules/monitoring/application/views/scripts/services/show.phtml index 8e46f2e32..e64bb33cd 100644 --- a/modules/monitoring/application/views/scripts/services/show.phtml +++ b/modules/monitoring/application/views/scripts/services/show.phtml @@ -191,8 +191,8 @@ $rescheduleAllLink, null, array( - 'icon' => 'reschedule', - 'class' => 'action-link' + 'class' => 'action-link', + 'icon' => 'calendar-empty' ) ) ?> diff --git a/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml b/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml index 8ae18c899..e37e30ac6 100644 --- a/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml +++ b/modules/monitoring/application/views/scripts/show/components/checkstatistics.phtml @@ -37,7 +37,7 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled; array( 'class' => 'action-link', 'data-base-target' => '_self', - 'icon' => 'reschedule', + 'icon' => 'calendar-empty', 'title' => $this->translate( 'Schedule the next active check at a different time than the current one' ) @@ -51,7 +51,7 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled; array( 'class' => 'action-link', 'data-base-target' => '_self', - 'icon' => 'reschedule', + 'icon' => 'calendar-empty', 'title' => $this->translate( 'Schedule the next active check at a different time than the current one' )