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
27b617bc
Commit
27b617bc
authored
Jun 09, 2015
by
Leigh B Stoller
Browse files
Fix error message.
parent
2d7c4247
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/status.ajax
View file @
27b617bc
...
...
@@ -533,7 +533,7 @@ function Do_ConsoleURL()
return
;
}
if
(
!
isset
(
$this_user
))
{
SPITAJAX_ERROR
(
1
,
"Only registered users can
reboot/reload nod
es"
);
SPITAJAX_ERROR
(
1
,
"Only registered users can
view node consol
es"
);
return
;
}
if
(
!
isset
(
$ajax_args
[
"node"
]))
{
...
...
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