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
ac5a9c55
Commit
ac5a9c55
authored
Apr 23, 2003
by
Leigh B. Stoller
Browse files
Move delay control into the regular users box.
parent
9f10683e
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp.php3
View file @
ac5a9c55
...
...
@@ -87,6 +87,9 @@ if ($expstate) {
elseif
(
strcmp
(
$expstate
,
$TB_EXPTSTATE_ACTIVE
)
==
0
)
{
WRITESUBMENUBUTTON
(
"Swap this Experiment Out"
,
"swapexp.php3?inout=out&pid=
$exp_pid
&eid=
$exp_eid
"
);
WRITESUBMENUBUTTON
(
"Control Traffic Shaping"
,
"delaycontrol.php3?pid=
$exp_pid
&eid=
$exp_eid
"
);
}
}
...
...
@@ -108,14 +111,10 @@ if (TBExptAccessCheck($uid, $exp_pid, $exp_eid, $TB_EXPT_MODIFY)) {
}
if
(
ISADMIN
(
$uid
))
{
if
(
strcmp
(
$expstate
,
$TB_EXPTSTATE_ACTIVE
)
==
0
)
{
SUBMENUSECTION
(
"Beta-Test Options"
);
WRITESUBMENUBUTTON
(
"Control Delay Nodes"
,
"delaycontrol.php3?pid=
$exp_pid
&eid=
$exp_eid
"
);
WRITESUBMENUBUTTON
(
"Restart this Experiment"
,
"swapexp.php3?inout=restart&pid=
$exp_pid
"
.
"&eid=
$exp_eid
"
);
...
...
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