Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
b0fc6b58
Commit
b0fc6b58
authored
Dec 05, 2003
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a 'Create a PlanetLab Slice' link for users who are allowed to
use pcplab nodes.
parent
7d531def
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
www/menu.php3
www/menu.php3
+5
-0
No files found.
www/menu.php3
View file @
b0fc6b58
...
...
@@ -400,6 +400,11 @@ function WRITESIDEBAR() {
$TBBASE
,
"showexp_list.php3"
);
WRITESIDEBARBUTTON
(
"Begin an Experiment"
,
$TBBASE
,
"beginexp.php3"
);
if
(
NODETYPE_ALLOWED
(
"pcplab"
))
{
WRITESIDEBARBUTTON_NEW
(
"Create a PlanetLab Slice"
,
$TBBASE
,
"plab_ez.php3"
);
}
WRITESIDEBARBUTTON
(
"ImageIDs and OSIDs"
,
$TBBASE
,
"showimageid_list.php3"
);
WRITESIDEBARBUTTON
(
"Update User Information"
,
...
...
Write
Preview
Markdown
is supported
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