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
7313a3b6
Commit
7313a3b6
authored
Mar 29, 2012
by
Kostas Papadimitriou
Browse files
Reset flavor on image selection change
parent
02377f5f
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 @
7313a3b6
...
@@ -494,6 +494,7 @@
...
@@ -494,6 +494,7 @@
handle_image_change
:
function
(
data
)
{
handle_image_change
:
function
(
data
)
{
this
.
current_image
=
data
;
this
.
current_image
=
data
;
this
.
update_valid_predefined
();
this
.
update_valid_predefined
();
this
.
current_flavor
=
undefined
;
this
.
update_flavors_data
();
this
.
update_flavors_data
();
this
.
reset_flavors
();
this
.
reset_flavors
();
this
.
update_layout
();
this
.
update_layout
();
...
...
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