Replace reschedule icon w/ calendar-empty for reschedule check
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
0bf2bb15d5
commit
ca8f4d3b7e
|
@ -189,8 +189,8 @@
|
|||
$rescheduleAllLink,
|
||||
null,
|
||||
array(
|
||||
'icon' => 'reschedule',
|
||||
'class' => 'action-link'
|
||||
'class' => 'action-link',
|
||||
'icon' => 'calendar-empty'
|
||||
)
|
||||
) ?>
|
||||
</td>
|
||||
|
|
|
@ -191,8 +191,8 @@
|
|||
$rescheduleAllLink,
|
||||
null,
|
||||
array(
|
||||
'icon' => 'reschedule',
|
||||
'class' => 'action-link'
|
||||
'class' => 'action-link',
|
||||
'icon' => 'calendar-empty'
|
||||
)
|
||||
) ?>
|
||||
</td>
|
||||
|
|
|
@ -37,7 +37,7 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled;
|
|||
array(
|
||||
'class' => 'action-link',
|
||||
'data-base-target' => '_self',
|
||||
'icon' => 'reschedule',
|
||||
'icon' => 'calendar-empty',
|
||||
'title' => $this->translate(
|
||||
'Schedule the next active check at a different time than the current one'
|
||||
)
|
||||
|
@ -51,7 +51,7 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled;
|
|||
array(
|
||||
'class' => 'action-link',
|
||||
'data-base-target' => '_self',
|
||||
'icon' => 'reschedule',
|
||||
'icon' => 'calendar-empty',
|
||||
'title' => $this->translate(
|
||||
'Schedule the next active check at a different time than the current one'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue