Replace icon ok w/ check for the acknowledge command
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
cfb4cd7ad1
commit
3294f60ef4
|
@ -31,8 +31,8 @@
|
|||
$acknowledgeLink,
|
||||
null,
|
||||
array(
|
||||
'icon' => 'ok',
|
||||
'class' => 'action-link'
|
||||
'class' => 'action-link',
|
||||
'icon' => 'check'
|
||||
)
|
||||
) ?>
|
||||
</td>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
array(
|
||||
'class' => 'action-link',
|
||||
'data-base-target' => '_self',
|
||||
'icon' => 'ok',
|
||||
'icon' => 'edit',
|
||||
'title' => $this->translate(
|
||||
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
|
||||
)
|
||||
|
@ -32,7 +32,7 @@
|
|||
array(
|
||||
'class' => 'action-link',
|
||||
'data-base-target' => '_self',
|
||||
'icon' => 'ok',
|
||||
'icon' => 'edit',
|
||||
'title' => $this->translate(
|
||||
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
|
||||
)
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
$acknowledgeLink,
|
||||
null,
|
||||
array(
|
||||
'icon' => 'ok',
|
||||
'class' => 'action-link'
|
||||
'class' => 'action-link',
|
||||
'icon' => 'check'
|
||||
)
|
||||
) ?> </td>
|
||||
</tr>
|
||||
|
|
|
@ -80,7 +80,7 @@ $acknowledgement = $object->acknowledgement;
|
|||
array(
|
||||
'class' => 'action-link',
|
||||
'data-base-target' => '_self',
|
||||
'icon' => 'ok',
|
||||
'icon' => 'edit',
|
||||
'title' => $this->translate(
|
||||
'Acknowledge this problem, suppress all future notifications for it and tag it as being handled'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue