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' )