Replace reschedule icon w/ calendar-empty for reschedule check

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Florian Strohmaier 2016-11-25 12:11:52 +01:00 committed by Eric Lippmann
parent 0bf2bb15d5
commit ca8f4d3b7e
3 changed files with 6 additions and 6 deletions

View File

@ -189,8 +189,8 @@
$rescheduleAllLink,
null,
array(
'icon' => 'reschedule',
'class' => 'action-link'
'class' => 'action-link',
'icon' => 'calendar-empty'
)
) ?>
</td>

View File

@ -191,8 +191,8 @@
$rescheduleAllLink,
null,
array(
'icon' => 'reschedule',
'class' => 'action-link'
'class' => 'action-link',
'icon' => 'calendar-empty'
)
) ?>
</td>

View File

@ -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'
)