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
2b42f5ec
Commit
2b42f5ec
authored
Jul 07, 2017
by
Leigh B Stoller
Browse files
Sort experiments by expiration date on extensions view.
parent
fcc04a33
Changes
1
Show whitespace changes
Inline
Side-by-side
www/aptui/js/experiments.js
View file @
2b42f5ec
...
...
@@ -159,8 +159,13 @@ $(function ()
SetFilters
(
table
);
// Initial sort.
if
(
hash
===
"
#extending
"
)
{
table
.
find
(
'
th:eq(10)
'
).
trigger
(
'
sort
'
);
}
else
{
table
.
find
(
'
th:eq(0)
'
).
trigger
(
'
sort
'
);
}
}
function
SetFilters
(
table
)
{
...
...
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