Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
10e0f8d0
Commit
10e0f8d0
authored
Oct 10, 2013
by
Leigh B Stoller
Committed by
Gary Wong
Jan 08, 2014
Browse files
Minor tweak.
parent
56352d0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/quickvm_sup.js
View file @
10e0f8d0
...
...
@@ -75,7 +75,7 @@ function StatusWatchCallBack(uuid, status)
ShowTopo
(
uuid
);
}
else
if
(
status
==
'
failed
'
)
{
status_html
=
"
<font color=
yellow
>failed</font>
"
;
status_html
=
"
<font color=
red
>failed</font>
"
;
if
(
$
(
"
#quickvm_progress
"
).
length
)
{
$
(
"
#quickvm_progress
"
).
removeClass
(
"
uk-progress-striped
"
);
$
(
"
#quickvm_progress
"
).
removeClass
(
"
uk-active
"
);
...
...
Write
Preview
Supports
Markdown
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