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
fd400e47
Commit
fd400e47
authored
Sep 12, 2003
by
Leigh B. Stoller
Browse files
Do not show paused batch jobs in the batch list; they are just swapped
out experiments.
parent
3bfe6ad6
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp_list.php3
View file @
fd400e47
...
...
@@ -88,7 +88,8 @@ elseif (! strcmp($showtype, "active")) {
$active
=
1
;
}
elseif
(
!
strcmp
(
$showtype
,
"batch"
))
{
$clause
=
"e.batchmode=1"
;
$clause
=
"(e.batchmode=1 and e.batchstate!='"
.
TBDB_BATCHSTATE_PAUSED
.
"')"
;
$title
=
"Batch"
;
}
elseif
((
!
strcmp
(
$showtype
,
"idle"
))
&&
$isadmin
)
{
...
...
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