mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +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',
|
||||
'value' => $pages[1]->getName(),
|
||||
'label' => t('Next'),
|
||||
'decorators' => array('ViewHelper')
|
||||
'decorators' => array('ViewHelper', 'Spinner')
|
||||
)
|
||||
);
|
||||
} elseif ($index < count($pages) - 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user