mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Replace reply icon w/ edit for process check result
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
ca8f4d3b7e
commit
79ab6157a1
@ -167,8 +167,8 @@
|
|||||||
$processCheckResultAllLink,
|
$processCheckResultAllLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'icon' => 'reply',
|
'class' => 'action-link',
|
||||||
'class' => 'action-link'
|
'icon' => 'edit'
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</td>
|
</td>
|
||||||
|
@ -169,8 +169,8 @@
|
|||||||
$processCheckResultAllLink,
|
$processCheckResultAllLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'icon' => 'reply',
|
'class' => 'action-link',
|
||||||
'class' => 'action-link'
|
'icon' => 'edit'
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</td>
|
</td>
|
||||||
|
@ -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
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user