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-stable
Commits
3059271b
Commit
3059271b
authored
Dec 05, 2014
by
Leigh B Stoller
Browse files
Turn on dataset UI for studly users.
parent
c2d1da65
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/quickvm_sup.php
View file @
3059271b
...
...
@@ -262,7 +262,7 @@ $PAGEHEADER_FUNCTION = function($thinheader = 0, $ignore1 = NULL,
<li class='divider'></li>
<li><a href='changepswd.php'>Change Password</a></li>
<li><a href='logout.php'>Logout</a></li>"
;
if
(
ISADMIN
())
{
if
(
ISADMIN
()
||
STUDLY
()
)
{
echo
" <li class='divider'></li>
<li><a href='activity.php'>Activity</a></li>
<li><a href='list-datasets.php?all=1'>List Datasets</a></li>
...
...
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