mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Wizard: Add Spinner decorator to the first (and only) submit button
refs #8369
This commit is contained in:
parent
d9855d8273
commit
07b17cc701
@ -606,7 +606,7 @@ class Wizard
|
|||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'value' => $pages[1]->getName(),
|
'value' => $pages[1]->getName(),
|
||||||
'label' => t('Next'),
|
'label' => t('Next'),
|
||||||
'decorators' => array('ViewHelper')
|
'decorators' => array('ViewHelper', 'Spinner')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
} elseif ($index < count($pages) - 1) {
|
} elseif ($index < count($pages) - 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user