Add .spinner class to CheckNowCommandForm submit button

refs #7968
This commit is contained in:
Alexander Fuhr 2015-02-25 14:16:35 +01:00
parent 16200417eb
commit 797d37735d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class CheckNowCommandForm extends ObjectsCommandForm
. $this->translate('Check now'),
'decorators' => array('ViewHelper'),
'escape' => false,
'class' => 'link-like',
'class' => 'link-like spinner',
'title' => $this->translate('Schedule the next active check to run immediately')
)
)