mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
Form: Show a spinner for ongoing form submits
This will only be shown if there's no progress label set. refs #8369
This commit is contained in:
parent
275b57cb69
commit
a77dc3665c
@ -773,7 +773,8 @@ class Form extends Zend_Form
|
|||||||
'data-progress-label' => $this->getProgressLabel(),
|
'data-progress-label' => $this->getProgressLabel(),
|
||||||
'decorators' => array(
|
'decorators' => array(
|
||||||
'ViewHelper',
|
'ViewHelper',
|
||||||
array('HtmlTag', array('tag' => 'div'))
|
array('Spinner', array('separator' => '')),
|
||||||
|
array('HtmlTag', array('tag' => 'div', 'class' => 'buttons'))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user