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
f03f83fb
Commit
f03f83fb
authored
Jun 06, 2017
by
Leigh B Stoller
Browse files
Fix minor bug reported by Rob.
parent
f44daf39
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/status.ajax
View file @
f03f83fb
...
...
@@ -455,7 +455,7 @@ function Do_DenyOrMoreinfo($action)
SPITAJAX_ERROR
(
1
,
"You do not have permission to do this."
);
goto
bad
;
}
if
(
$instance
->
admin_lockdown
())
{
if
(
$action
==
"terminate"
&&
$instance
->
admin_lockdown
())
{
SPITAJAX_ERROR
(
1
,
"This experiment has been locked down by an "
.
"administrator. The lock must be cleared before "
.
"it can terminated."
);
...
...
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