From b069193af31da8b172ff445a6d8b28394c3e23b3 Mon Sep 17 00:00:00 2001 From: hael Date: Fri, 10 Jan 2025 12:38:36 +0100 Subject: [PATCH] load deployment after repositories has finished --- manage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manage.html b/manage.html index c270c03..f062509 100644 --- a/manage.html +++ b/manage.html @@ -156,6 +156,7 @@ function get_repositories() { console.log('repositories: '+data); if (data=="OK") { setTimeout(check_repositories, 500); + get_deployments(); } else alert(data); }); @@ -321,9 +322,8 @@ function get_containers() { jQuery(document).ready(function(){ - get_deployments(); - get_system(); get_repositories(); + get_system(); get_services(); jQuery('#settings_btn').click(function() {