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