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
d8ca45c7
Commit
d8ca45c7
authored
Jul 10, 2018
by
Leigh B Stoller
Browse files
Minor fix.
parent
b311292f
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/memlane.js
View file @
d8ca45c7
...
...
@@ -45,9 +45,7 @@ $(function ()
if
(
json
.
value
.
exitcode
)
{
ShowError
(
json
.
value
);
}
else
{
ShowTopo
(
json
.
value
);
}
ShowTopo
(
json
.
value
);
}
var
listview_row
=
...
...
@@ -170,7 +168,9 @@ $(function ()
$
(
"
#showtopo_container
"
).
removeClass
(
"
invisible
"
);
$
(
'
#quicktabs_ul a[href="#topology"]
'
).
tab
(
'
show
'
);
ShowRspec
(
record
.
rspec
);
ShowViewer
(
'
#showtopo_statuspage
'
,
manifests
);
if
(
manifests
.
length
)
{
ShowViewer
(
'
#showtopo_statuspage
'
,
manifests
);
}
if
(
logfiles
.
length
)
{
ShowLogfiles
(
logfiles
);
}
...
...
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