Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
32dad387
Commit
32dad387
authored
Nov 04, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
38ea291b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
www/aptui/status.ajax
www/aptui/status.ajax
+3
-1
No files found.
www/aptui/status.ajax
View file @
32dad387
...
...
@@ -120,7 +120,9 @@ function Do_TerminateInstance()
if
(
$retval
==
0
)
{
SPITAJAX_RESPONSE
(
""
);
$webtask
->
Delete
();
if
(
$webtask
)
{
$webtask
->
Delete
();
}
return
;
}
if
(
$webtask
&&
$webtask
->
exited
())
{
...
...
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