Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Elijah Grubb
emulab-devel
Commits
18b6a6d9
Commit
18b6a6d9
authored
Jun 15, 2015
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New state, stitching.
parent
6d9c618d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
www/aptui/js/status.js
www/aptui/js/status.js
+5
-2
No files found.
www/aptui/js/status.js
View file @
18b6a6d9
...
@@ -365,8 +365,11 @@ function (_, sup, moment, marked, UriTemplate, ShowImagingModal,
...
@@ -365,8 +365,11 @@ function (_, sup, moment, marked, UriTemplate, ShowImagingModal,
if
(
_
.
has
(
json
.
value
,
"
logfile_url
"
))
{
if
(
_
.
has
(
json
.
value
,
"
logfile_url
"
))
{
ShowLogfile
(
json
.
value
.
logfile_url
);
ShowLogfile
(
json
.
value
.
logfile_url
);
}
}
if
(
status
==
'
provisioned
'
)
{
if
(
status
==
'
stitching
'
)
{
status_html
=
"
stitching
"
;
}
else
if
(
status
==
'
provisioned
'
)
{
$
(
"
#status_progress_bar
"
).
width
(
"
66%
"
);
$
(
"
#status_progress_bar
"
).
width
(
"
66%
"
);
status_html
=
"
booting
"
;
status_html
=
"
booting
"
;
}
}
...
...
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