mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
956efe5ef9
commit
907134cee2
@ -39,7 +39,8 @@ class CheckNowCommandForm extends ObjectsCommandForm
|
|||||||
. $this->translate('Check now'),
|
. $this->translate('Check now'),
|
||||||
'decorators' => array('ViewHelper'),
|
'decorators' => array('ViewHelper'),
|
||||||
'escape' => false,
|
'escape' => false,
|
||||||
'class' => 'link-like'
|
'class' => 'link-like',
|
||||||
|
'title' => $this->translate('Schedule the next active check to run immediately')
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
@ -54,7 +54,7 @@ class DeleteCommentCommandForm extends ObjectsCommandForm
|
|||||||
array(
|
array(
|
||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'label' => 'X',
|
'label' => 'X',
|
||||||
'title' => $this->translate('Delete comment'),
|
'title' => $this->translate('Delete this comment'),
|
||||||
'decorators' => array('ViewHelper')
|
'decorators' => array('ViewHelper')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -54,7 +54,7 @@ class DeleteDowntimeCommandForm extends ObjectsCommandForm
|
|||||||
array(
|
array(
|
||||||
'ignore' => true,
|
'ignore' => true,
|
||||||
'label' => 'X',
|
'label' => 'X',
|
||||||
'title' => $this->translate('Delete downtime'),
|
'title' => $this->translate('Delete this downtime'),
|
||||||
'decorators' => array('ViewHelper')
|
'decorators' => array('ViewHelper')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user