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
bf5c641e
Commit
bf5c641e
authored
Jun 22, 2014
by
Robert Ricci
Browse files
Minor wording change
Experiments expire, not profiles
parent
126994ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/status.js
View file @
bf5c641e
...
...
@@ -224,7 +224,7 @@ function (_, sup, moment, ShowImagingModal,
status_collapsed
=
true
;
// Copy the current expiration over.
var
current_expiration
=
$
(
"
#instance_expiration
"
).
html
();
$
(
'
#status_message
'
).
html
(
"
Profile E
xpires:
"
+
$
(
'
#status_message
'
).
html
(
"
Experiment e
xpires:
"
+
current_expiration
);
});
$
(
'
#profile_status_collapse
'
).
on
(
'
show.bs.collapse
'
,
function
()
{
...
...
@@ -479,7 +479,7 @@ function (_, sup, moment, ShowImagingModal,
// Save for when user "shows" the status panel.
status_message
=
statustext
;
// And update the panel header with new expiration.
$
(
'
#status_message
'
).
html
(
"
Profile E
xpires:
"
+
$
(
'
#status_message
'
).
html
(
"
Experiment e
xpires:
"
+
$
(
"
#instance_expiration
"
).
html
());
}
else
{
...
...
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