mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
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,
|
$rescheduleAllLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'icon' => 'reschedule',
|
'class' => 'action-link',
|
||||||
'class' => 'action-link'
|
'icon' => 'calendar-empty'
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</td>
|
</td>
|
||||||
|
@ -191,8 +191,8 @@
|
|||||||
$rescheduleAllLink,
|
$rescheduleAllLink,
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'icon' => 'reschedule',
|
'class' => 'action-link',
|
||||||
'class' => 'action-link'
|
'icon' => 'calendar-empty'
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</td>
|
</td>
|
||||||
|
@ -37,7 +37,7 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled;
|
|||||||
array(
|
array(
|
||||||
'class' => 'action-link',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
'icon' => 'reschedule',
|
'icon' => 'calendar-empty',
|
||||||
'title' => $this->translate(
|
'title' => $this->translate(
|
||||||
'Schedule the next active check at a different time than the current one'
|
'Schedule the next active check at a different time than the current one'
|
||||||
)
|
)
|
||||||
@ -51,7 +51,7 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled;
|
|||||||
array(
|
array(
|
||||||
'class' => 'action-link',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
'icon' => 'reschedule',
|
'icon' => 'calendar-empty',
|
||||||
'title' => $this->translate(
|
'title' => $this->translate(
|
||||||
'Schedule the next active check at a different time than the current one'
|
'Schedule the next active check at a different time than the current one'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user