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
0726aa95
Commit
0726aa95
authored
Oct 12, 2011
by
Kostas Papadimitriou
Browse files
Create vm fix view machine button visibility handling
parent
9599acd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/static/snf/js/ui/web/ui_create_view.js
View file @
0726aa95
...
...
@@ -51,6 +51,9 @@
show_password
:
function
()
{
this
.
$
(
"
.show-machine
"
).
addClass
(
"
in-progress
"
);
this
.
password
.
text
(
this
.
pass
);
if
(
vms
.
get
(
this
.
vm_id
))
{
this
.
$
(
"
.show-machine
"
).
removeClass
(
"
in-progress
"
);
}
},
onClose
:
function
()
{
...
...
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