diff --git a/library/Icinga/Web/Wizard.php b/library/Icinga/Web/Wizard.php index 1af211017..f70452d3b 100644 --- a/library/Icinga/Web/Wizard.php +++ b/library/Icinga/Web/Wizard.php @@ -655,8 +655,21 @@ class Wizard ); } + $page->setAttrib('data-progress-element', 'wizard-progress'); + $page->addElement( + 'note', + 'progress', + array( + 'order' => 99, + 'decorators' => array( + 'ViewHelper', + array('Spinner', array('id' => 'wizard-progress')) + ) + ) + ); + $page->addDisplayGroup( - array(static::BTN_PREV, static::BTN_NEXT), + array(static::BTN_PREV, static::BTN_NEXT, 'progress'), 'buttons', array( 'decorators' => array(