Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
ce25bc32
Commit
ce25bc32
authored
Dec 10, 2013
by
Kostas Papadimitriou
Browse files
ui: Fix header navigation handlers in vm wizard
parent
26dcab81
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/ui/templates/partials/create_vm.html
View file @
ce25bc32
{% load i18n %}
<div
id=
"createvm-overlay-content"
class=
"hidden create-vm"
>
<div
class=
"steps-history clearfix"
>
<div
class=
"steps-history-cont step1h completed step-header"
id=
"vm-create-step-history-1"
>
<div
class=
"steps-history-cont step1h completed step-header"
id=
"vm-create-step-history-1"
>
<div
class=
"steps-history-step clearfix"
>
<span
class=
"header-step step-1 clearfix"
>
<span
class=
"num"
>
1
<span
class=
"subnum"
>
/5
</span></span>
...
...
@@ -20,8 +19,7 @@
</span>
</div>
</div>
<div
class=
"steps-history-cont step2h current step-header"
id=
"vm-create-step-history-2"
>
<div
class=
"steps-history-cont step2h current step-header"
id=
"vm-create-step-history-2"
>
<div
class=
"steps-history-step clearfix"
>
<span
class=
"header-step step-2 clearfix"
>
<span
class=
"num"
>
2
<span
class=
"subnum"
>
/5
</span></span>
...
...
@@ -39,9 +37,8 @@
</span>
</div>
</div>
<div
class=
"steps-history-cont step3h step-header"
>
<div
class=
"steps-history-step clearfix"
id=
"vm-create-step-history-3"
>
<div
class=
"steps-history-cont step3h step-header"
id=
"vm-create-step-history-3"
>
<div
class=
"steps-history-step clearfix"
>
<span
class=
"header-step step-3 clearfix"
>
<span
class=
"num"
>
3
<span
class=
"subnum"
>
/5
</span></span>
<span
class=
"title"
>
...
...
@@ -58,9 +55,8 @@
</span>
</div>
</div>
<div
class=
"steps-history-cont step4h step-header"
>
<div
class=
"steps-history-step clearfix"
id=
"vm-create-step-history-4"
>
<div
class=
"steps-history-cont step4h step-header"
id=
"vm-create-step-history-4"
>
<div
class=
"steps-history-step clearfix"
>
<span
class=
"header-step step-4 clearfix"
>
<span
class=
"num"
>
4
<span
class=
"subnum"
>
/5
</span></span>
<span
class=
"title"
>
...
...
@@ -77,9 +73,8 @@
</span>
</div>
</div>
<div
class=
"steps-history-cont step5h last step-header"
>
<div
class=
"steps-history-step clearfix"
id=
"vm-create-step-history-5"
>
<div
class=
"steps-history-cont step5h last step-header"
id=
"vm-create-step-history-5"
>
<div
class=
"steps-history-step clearfix"
>
<span
class=
"header-step step-5 clearfix"
>
<span
class=
"num"
>
5
<span
class=
"subnum"
>
/5
</span></span>
<span
class=
"title"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment