From 20226818474f4e26eb54e2c57ac8b9009e935972 Mon Sep 17 00:00:00 2001 From: Aidaho Date: Fri, 2 Aug 2024 21:54:16 +0300 Subject: [PATCH] v8.0: Refactor installation process feedback and retries Commented out the JSON parsing function and added success notifications for service installations, consolidated "nice_service_name" object to variables.js, and reduced retry attempts and delay intervals in the Ansible Playbook for HAProxy installation tasks. --- app/static/js/ha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/js/ha.js b/app/static/js/ha.js index 66a3c094..73b43280 100644 --- a/app/static/js/ha.js +++ b/app/static/js/ha.js @@ -819,7 +819,7 @@ function clearClusterDialog(edited=0) { $('#vrrp-ip-edit').val(''); $('#cur_master_ver').text(''); $('#virt_server').prop('checked', true); - $('#return_master').prop('checked', true); + $('#return_master').prop('checked', false); $('#use_src').prop('checked', false); $('#hap').prop('checked', false); $('#hap_docker').prop('checked', false);