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
760b97ee
Commit
760b97ee
authored
Feb 06, 2012
by
Kostas Papadimitriou
Browse files
VM create view fix
fixed a bug that caused previous/next buttons of vm create view to disappear.
parent
b1f48e0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js
View file @
760b97ee
...
...
@@ -407,8 +407,12 @@
},
show
:
function
()
{
views
.
CreateImageSelectView
.
__super__
.
show
.
apply
(
this
,
arguments
);
// reset previous selection and state of the view
this
.
selected_image
=
false
;
this
.
image_details
.
hide
();
this
.
parent
.
$
(
"
.create-controls
"
).
show
();
views
.
CreateImageSelectView
.
__super__
.
show
.
apply
(
this
,
arguments
);
},
add_image
:
function
(
img
)
{
...
...
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