parent
1c7dc8f71f
commit
a9256d5332
|
@ -25,9 +25,10 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled;
|
||||||
'monitoring/service/reschedule-check',
|
'monitoring/service/reschedule-check',
|
||||||
array('host' => $object->getHost()->getName(), 'service' => $object->getName()),
|
array('host' => $object->getHost()->getName(), 'service' => $object->getName()),
|
||||||
array(
|
array(
|
||||||
'icon' => 'reschedule',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
'title' => $this->translate(
|
'icon' => 'reschedule',
|
||||||
|
'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'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -38,9 +39,10 @@ $activeChecksEnabled = (bool) $object->active_checks_enabled;
|
||||||
'monitoring/host/reschedule-check',
|
'monitoring/host/reschedule-check',
|
||||||
array('host' => $object->getName()),
|
array('host' => $object->getName()),
|
||||||
array(
|
array(
|
||||||
'icon' => 'reschedule',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
'title' => $this->translate(
|
'icon' => 'reschedule',
|
||||||
|
'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…
Reference in New Issue