Replace reschedule icon w/ arrows-cw for check now

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Florian Strohmaier 2016-11-25 12:11:15 +01:00 committed by Eric Lippmann
parent bd7b612ba7
commit 0bf2bb15d5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class CheckNowCommandForm extends ObjectsCommandForm
),
'escape' => false,
'ignore' => true,
'label' => $this->getView()->icon('reschedule') . $this->translate('Check now'),
'label' => $this->getView()->icon('arrows-cw') . $this->translate('Check now'),
'type' => 'submit',
'title' => $this->translate('Schedule the next active check to run immediately'),
'value' => $this->translate('Check now')