From 79ab6157a17702ac4b8d0bf3d6c0af0bfde32806 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Tue, 22 Nov 2016 10:54:02 +0100 Subject: [PATCH] Replace reply icon w/ edit for process check result Signed-off-by: Eric Lippmann --- modules/monitoring/application/views/scripts/hosts/show.phtml | 4 ++-- .../monitoring/application/views/scripts/services/show.phtml | 4 ++-- .../application/views/scripts/show/components/command.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 3edf0cbcb..82b935a71 100644 --- a/modules/monitoring/application/views/scripts/hosts/show.phtml +++ b/modules/monitoring/application/views/scripts/hosts/show.phtml @@ -167,8 +167,8 @@ $processCheckResultAllLink, null, array( - 'icon' => 'reply', - 'class' => 'action-link' + 'class' => 'action-link', + 'icon' => 'edit' ) ) ?> diff --git a/modules/monitoring/application/views/scripts/services/show.phtml b/modules/monitoring/application/views/scripts/services/show.phtml index e64bb33cd..a6b3a0a8e 100644 --- a/modules/monitoring/application/views/scripts/services/show.phtml +++ b/modules/monitoring/application/views/scripts/services/show.phtml @@ -169,8 +169,8 @@ $processCheckResultAllLink, null, array( - 'icon' => 'reply', - 'class' => 'action-link' + 'class' => 'action-link', + 'icon' => 'edit' ) ) ?> diff --git a/modules/monitoring/application/views/scripts/show/components/command.phtml b/modules/monitoring/application/views/scripts/show/components/command.phtml index 2ba5e7bc8..4a47c77b1 100644 --- a/modules/monitoring/application/views/scripts/show/components/command.phtml +++ b/modules/monitoring/application/views/scripts/show/components/command.phtml @@ -24,7 +24,7 @@ if ($showInstance): ?> array( 'class' => 'action-link', 'data-base-target' => '_self', - 'icon' => 'reply', + 'icon' => 'edit', 'title' => $title ) ); @@ -36,7 +36,7 @@ if ($showInstance): ?> array( 'class' => 'action-link', 'data-base-target' => '_self', - 'icon' => 'reply', + 'icon' => 'edit', 'title' => $title ) );