mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
ResourceConfigForm: Add missing activity indicator
This commit is contained in:
parent
6d77ade6ac
commit
68f5e1a3e3
@ -350,8 +350,21 @@ class ResourceConfigForm extends ConfigForm
|
|||||||
'decorators' => array('ViewHelper')
|
'decorators' => array('ViewHelper')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->setAttrib('data-progress-element', 'resource-progress');
|
||||||
|
$this->addElement(
|
||||||
|
'note',
|
||||||
|
'resource-progress',
|
||||||
|
array(
|
||||||
|
'decorators' => array(
|
||||||
|
'ViewHelper',
|
||||||
|
array('Spinner', array('id' => 'resource-progress'))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
$this->addDisplayGroup(
|
$this->addDisplayGroup(
|
||||||
array('btn_submit', 'resource_validation'),
|
array('btn_submit', 'resource_validation', 'resource-progress'),
|
||||||
'submit_validation',
|
'submit_validation',
|
||||||
array(
|
array(
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user