monitoring/CSS: Use action-link on reschedule links

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 23:45:20 +02:00
parent 1c7dc8f71f
commit a9256d5332
1 changed files with 8 additions and 6 deletions

View File

@ -25,9 +25,10 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled;
'monitoring/service/reschedule-check',
array('host' => $object->getHost()->getName(), 'service' => $object->getName()),
array(
'icon' => 'reschedule',
'data-base-target' => '_self',
'title' => $this->translate(
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'reschedule',
'title' => $this->translate(
'Schedule the next active check at a different time than the current one'
)
)
@ -38,9 +39,10 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled;
'monitoring/host/reschedule-check',
array('host' => $object->getName()),
array(
'icon' => 'reschedule',
'data-base-target' => '_self',
'title' => $this->translate(
'class' => 'action-link',
'data-base-target' => '_self',
'icon' => 'reschedule',
'title' => $this->translate(
'Schedule the next active check at a different time than the current one'
)
)