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
8c9e0581
Commit
8c9e0581
authored
May 13, 2004
by
Leigh B. Stoller
Browse files
Change text when stopping a batch experiment to say it will also be
dequeued.
parent
c19f7018
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/swapexp.php3
View file @
8c9e0581
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -102,7 +102,7 @@ if (!strcmp($inout, "in")) {
}
elseif
(
!
strcmp
(
$inout
,
"out"
))
{
if
(
$isbatch
)
$action
=
"swapout"
;
$action
=
"swapout
and dequeue
"
;
else
{
if
(
$state
==
$TB_EXPTSTATE_ACTIVATING
)
{
$action
=
"cancel"
;
...
...
@@ -115,7 +115,7 @@ elseif (!strcmp($inout, "out")) {
elseif
(
!
strcmp
(
$inout
,
"pause"
))
{
if
(
!
$isbatch
)
USERERROR
(
"Only batch experiments can be dequeued!"
,
1
);
$action
=
"
D
equeue"
;
$action
=
"
d
equeue"
;
}
elseif
(
!
strcmp
(
$inout
,
"restart"
))
{
$action
=
"restart"
;
...
...
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