mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
F #4211: Fix wizard_tabs showing after a succ. create action
This commit is contained in:
parent
e8de4b1cf8
commit
62611f225f
@ -78,13 +78,15 @@
|
||||
|
||||
<span id='{{customId}}delete_buttons' class='only-sunstone-info only-sunstone-list'></span>
|
||||
|
||||
<ul id="{{customId}}FormTabs" class="tabs right wizard_tabs only-sunstone-form" hidden data-tabs>
|
||||
<li id="wizard_mode" class="tabs-title is-active">
|
||||
<a href="#{{customId}}-wizardForms">{{tr "Wizard"}}</a>
|
||||
</li>
|
||||
<li id="advanced_mode" class="tabs-title">
|
||||
<a href="#{{customId}}-advancedForms">{{tr "Advanced"}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
<span class="only-sunstone-form">
|
||||
<ul id="{{customId}}FormTabs" class="tabs right wizard_tabs " hidden data-tabs>
|
||||
<li id="wizard_mode" class="tabs-title is-active">
|
||||
<a href="#{{customId}}-wizardForms">{{tr "Wizard"}}</a>
|
||||
</li>
|
||||
<li id="advanced_mode" class="tabs-title">
|
||||
<a href="#{{customId}}-advancedForms">{{tr "Advanced"}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</span>
|
||||
</span>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user