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