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
91740bba
Commit
91740bba
authored
Apr 15, 2011
by
Mike Muzurakis
Browse files
don't hide welcome text on vm creation, Refs #279
parent
fb7b8bf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/templates/machines.html
View file @
91740bba
...
...
@@ -576,7 +576,6 @@ $("#start").click(function(){
create_vm
(
machineName
,
imageRef
,
flavorRef
);
$
(
'
a#create
'
).
data
(
'
overlay
'
).
close
();
$
(
"
#emptymachineslist
"
).
hide
();
try
{
console
.
warn
(
'
creating
'
+
$
(
"
input[name=machine_name]
"
)[
0
].
value
)}
catch
(
err
){}
...
...
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