depl
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
root
2024-08-23 13:43:40 +02:00
parent 7454f6710c
commit e4bcbabfe7

View File

@@ -72,6 +72,13 @@ switch ($_GET["op"]) {
if (!empty($arr)) { if (!empty($arr)) {
foreach ($arr as $key=>$data) { foreach ($arr as $key=>$data) {
if ($key=="deployments") { if ($key=="deployments") {
if (count($data["DEPLOYMENTS"])) {
foreach ($data["DEPLOYMENTS"] as $service_name => $content) {
//echo base64_decode($content);
echo $service_name."<br>";
}
}
else echo "There are no deployments.";
if (count($data["INSTALLED_SERVICES"])) { if (count($data["INSTALLED_SERVICES"])) {
foreach ($data["INSTALLED_SERVICES"] as $service_name => $content) { foreach ($data["INSTALLED_SERVICES"] as $service_name => $content) {
//echo base64_decode($content); //echo base64_decode($content);