[icinga-checkins] icinga.org: icingaweb2/master: Replace reply icon w/ edit for process check result
git at icinga.org
git at icinga.org
Fri Nov 25 15:15:16 CET 2016
Module: icingaweb2
Branch: master
Commit: 79ab6157a17702ac4b8d0bf3d6c0af0bfde32806
URL: https://git.icinga.org/?p=icingaweb2.git;a=commit;h=79ab6157a17702ac4b8d0bf3d6c0af0bfde32806
Author: Florian Strohmaier <florian.strohmaier at netways.de>
Date: Tue Nov 22 10:54:02 2016 +0100
Replace reply icon w/ edit for process check result
Signed-off-by: Eric Lippmann <eric.lippmann at icinga.com>
---
modules/monitoring/application/views/scripts/hosts/show.phtml | 4 ++--
modules/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 3edf0cb..82b935a 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'
)
) ?>
</td>
diff --git a/modules/monitoring/application/views/scripts/services/show.phtml b/modules/monitoring/application/views/scripts/services/show.phtml
index e64bb33..a6b3a0a 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'
)
) ?>
</td>
diff --git a/modules/monitoring/application/views/scripts/show/components/command.phtml b/modules/monitoring/application/views/scripts/show/components/command.phtml
index 2ba5e7b..4a47c77 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
)
);
More information about the icinga-checkins
mailing list