Skip to content

Commit

Permalink
monitoring/CSS: Use action-link on reschedule links
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent 1c7dc8f commit a9256d5
Showing 1 changed file with 8 additions and 6 deletions.
Expand Up @@ -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'
)
)
Expand All @@ -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'
)
)
Expand Down

0 comments on commit a9256d5

Please sign in to comment.