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
d0020fb5
Commit
d0020fb5
authored
Oct 14, 2003
by
Leigh B. Stoller
Browse files
Do not show Update Nodes link unless experiment is running!
parent
c458f2b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp.php3
View file @
d0020fb5
...
...
@@ -141,7 +141,8 @@ WRITESUBMENUBUTTON("Edit Experiment Metadata",
#
# Admin and project/experiment leader get this option.
#
if
(
TBExptAccessCheck
(
$uid
,
$exp_pid
,
$exp_eid
,
$TB_EXPT_UPDATE
))
{
if
(
strcmp
(
$batchstate
,
TBDB_BATCHSTATE_RUNNING
)
==
0
&&
TBExptAccessCheck
(
$uid
,
$exp_pid
,
$exp_eid
,
$TB_EXPT_UPDATE
))
{
WRITESUBMENUBUTTON
(
"Update All Nodes"
,
"updateaccounts.php3?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