mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Fix addElements call in CheckNowCommandForm
This commit is contained in:
parent
6ee0c218e9
commit
ea56e4f108
@ -32,6 +32,7 @@ class CheckNowCommandForm extends ObjectsCommandForm
|
||||
$iconUrl = $this->getView()->href('img/icons/refresh_petrol.png');
|
||||
|
||||
$this->addElements(array(
|
||||
array(
|
||||
'button',
|
||||
'btn_submit',
|
||||
array(
|
||||
@ -43,7 +44,9 @@ class CheckNowCommandForm extends ObjectsCommandForm
|
||||
'escape' => false,
|
||||
'class' => 'link-like'
|
||||
)
|
||||
)
|
||||
));
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user