|
|
@@ -296,7 +296,6 @@ export default async function initCloudrain() { |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
function stopDebug(ID, stopUrl,bootFile) { |
|
|
function stopDebug(ID, stopUrl,bootFile) { |
|
|
console.log("---------=-=-=-==--===") |
|
|
|
|
|
$.ajax({ |
|
|
$.ajax({ |
|
|
type: "POST", |
|
|
type: "POST", |
|
|
url: stopUrl, |
|
|
url: stopUrl, |
|
|
@@ -308,7 +307,6 @@ export default async function initCloudrain() { |
|
|
.addClass(res.status); |
|
|
.addClass(res.status); |
|
|
$("#" + ID + "-text").text(res.status); |
|
|
$("#" + ID + "-text").text(res.status); |
|
|
if (res.status === "STOPPED") { |
|
|
if (res.status === "STOPPED") { |
|
|
console.log(bootFile) |
|
|
|
|
|
if (!bootFile) { |
|
|
if (!bootFile) { |
|
|
$("#ai-debug-" + ID) |
|
|
$("#ai-debug-" + ID) |
|
|
.removeClass("disabled") |
|
|
.removeClass("disabled") |
|
|
|