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
3b586fa1
Commit
3b586fa1
authored
Oct 28, 2014
by
Leigh B Stoller
Browse files
Disable console link for guest users.
parent
7729f76d
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/js/status.js
View file @
3b586fa1
...
...
@@ -747,7 +747,7 @@ function (_, sup, moment, marked, UriTemplate, ShowImagingModal,
//
// Now a button to the console.
//
if
(
coninfo
.
length
)
{
if
(
coninfo
.
length
&&
!
isguest
)
{
cons
=
"
<button class='btn btn-primary btn-sm'
"
+
"
id='
"
+
"
consbutton_
"
+
node
+
"
'
"
+
"
type='button'>
"
+
...
...
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