Replace reply icon w/ edit for process check result

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Florian Strohmaier 2016-11-22 10:54:02 +01:00 committed by Eric Lippmann
parent ca8f4d3b7e
commit 79ab6157a1
3 changed files with 6 additions and 6 deletions

View File

@ -167,8 +167,8 @@
$processCheckResultAllLink, $processCheckResultAllLink,
null, null,
array( array(
'icon' => 'reply', 'class' => 'action-link',
'class' => 'action-link' 'icon' => 'edit'
) )
) ?> ) ?>
</td> </td>

View File

@ -169,8 +169,8 @@
$processCheckResultAllLink, $processCheckResultAllLink,
null, null,
array( array(
'icon' => 'reply', 'class' => 'action-link',
'class' => 'action-link' 'icon' => 'edit'
) )
) ?> ) ?>
</td> </td>

View File

@ -24,7 +24,7 @@ if ($showInstance): ?>
array( array(
'class' => 'action-link', 'class' => 'action-link',
'data-base-target' => '_self', 'data-base-target' => '_self',
'icon' => 'reply', 'icon' => 'edit',
'title' => $title 'title' => $title
) )
); );
@ -36,7 +36,7 @@ if ($showInstance): ?>
array( array(
'class' => 'action-link', 'class' => 'action-link',
'data-base-target' => '_self', 'data-base-target' => '_self',
'icon' => 'reply', 'icon' => 'edit',
'title' => $title 'title' => $title
) )
); );