This commit is contained in:
@@ -316,7 +316,10 @@ function check_uninstall(additional) {
|
||||
if (data!="OK") {
|
||||
setTimeout(check_uninstall, 1000, additional);
|
||||
}
|
||||
else jQuery("#"+additional).html('Uninstall has finished');
|
||||
else {
|
||||
jQuery("#"+additional).html('Uninstall has finished');
|
||||
get_deployments();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
3
scan.php
3
scan.php
@@ -232,6 +232,7 @@ switch ($_GET["op"]) {
|
||||
}
|
||||
elseif ($data["STATUS"]=="2") { // deploy
|
||||
echo "Install has finished.";
|
||||
echo "<script>get_deployments();</script>";
|
||||
}
|
||||
remove_response("$key");
|
||||
}
|
||||
@@ -248,6 +249,7 @@ switch ($_GET["op"]) {
|
||||
}
|
||||
elseif ($data["STATUS"]=="2") {
|
||||
echo "Install has finished.";
|
||||
echo "<script>get_deployments();</script>";
|
||||
remove_response("$key"); // remove from output if finished so reinstall can start
|
||||
}
|
||||
}
|
||||
@@ -319,6 +321,7 @@ switch ($_GET["op"]) {
|
||||
}
|
||||
elseif ($data["STATUS"]=="2") {
|
||||
echo "Install has finished...";
|
||||
echo "<script>get_deployments();</script>";
|
||||
remove_response("$key");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user