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');
|
$iconUrl = $this->getView()->href('img/icons/refresh_petrol.png');
|
||||||
|
|
||||||
$this->addElements(array(
|
$this->addElements(array(
|
||||||
|
array(
|
||||||
'button',
|
'button',
|
||||||
'btn_submit',
|
'btn_submit',
|
||||||
array(
|
array(
|
||||||
@ -43,7 +44,9 @@ class CheckNowCommandForm extends ObjectsCommandForm
|
|||||||
'escape' => false,
|
'escape' => false,
|
||||||
'class' => 'link-like'
|
'class' => 'link-like'
|
||||||
)
|
)
|
||||||
|
)
|
||||||
));
|
));
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user