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
c2f93fa2
Commit
c2f93fa2
authored
Oct 28, 2014
by
Leigh B Stoller
Browse files
Add adminonly menu items for Datasets.
parent
c97ecf51
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/quickvm_sup.php
View file @
c2f93fa2
...
...
@@ -261,7 +261,9 @@ $PAGEHEADER_FUNCTION = function($thinheader = 0, $ignore1 = NULL,
<li><a href='logout.php'>Logout</a></li>"
;
if
(
ISADMIN
())
{
echo
" <li class='divider'></li>
<li><a href='activity.php'>Activity</a></li>"
;
<li><a href='activity.php'>Activity</a></li>
<li><a href='list-datasets.php?all=1'>List Datasets</a></li>
<li><a href='create-dataset.php'>Create Dataset</a></li>"
;
}
echo
" </ul>
</li>
\n
"
;
...
...
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