Skip to content
GitLab
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
37c632dc
Commit
37c632dc
authored
Apr 01, 2014
by
Leigh B Stoller
Browse files
Oops, changed booted to booting and backout test button.
parent
86ab83d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/status.js
View file @
37c632dc
...
...
@@ -106,7 +106,7 @@ function ($, sup, moment)
if
(
status
==
'
provisioned
'
)
{
$
(
"
#quickvm_progress_bar
"
).
width
(
"
66%
"
);
status_html
=
"
boot
ed
"
;
status_html
=
"
boot
ing
"
;
}
else
if
(
status
==
'
ready
'
)
{
bgtype
=
"
bg-success
"
;
...
...
www/aptui/status.php
View file @
37c632dc
...
...
@@ -225,8 +225,8 @@ elseif ($instance_status == "created") {
$spinwidth
=
"33"
;
}
elseif
(
$instance_status
==
"provisioned"
)
{
# Rob prefers boot
ed
.
$instance_status
=
"boot
ed
"
;
# Rob prefers boot
ing
.
$instance_status
=
"boot
ing
"
;
$spinwidth
=
"66"
;
}
...
...
@@ -280,10 +280,12 @@ echo "<td class='uk-width-4-5' $style>
echo
"</tr>
\n
"
;
echo
"</table>
\n
"
;
echo
"<div class='pull-right'>
\n
"
;
if
(
0
)
{
echo
" <a class='btn btn-xs btn-primary'
$disabled
id='snapshot_button' type=button
href='manage_profile.php?action=snapshot&snapuuid=
$uuid
'>
Snapshot</a>
\n
"
;
}
echo
" <button class='btn btn-xs btn-success'
$disabled
id='extend_button' type=button
data-toggle='modal' data-target='#extend_modal'>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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