Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
112
Issues
112
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
ad7a01e0
Commit
ad7a01e0
authored
Oct 04, 2019
by
Leigh Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another small stitching fix to the status page.
parent
d7527bd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
www/aptui/js/status.js
www/aptui/js/status.js
+1
-1
No files found.
www/aptui/js/status.js
View file @
ad7a01e0
...
...
@@ -3269,7 +3269,7 @@ $(function ()
// Extract the urls from the status blob.
var
urls
=
[];
_
.
each
(
statusblob
,
function
(
blob
,
aggregate_urn
)
{
if
(
_
.
has
(
blob
,
"
url
"
))
{
if
(
_
.
has
(
blob
,
"
url
"
)
&&
_
.
has
(
amlist
,
aggregate_urn
)
)
{
urls
.
push
({
"
url
"
:
blob
.
url
,
"
name
"
:
amlist
[
aggregate_urn
].
abbreviation
});
}
...
...
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