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.
pull/399/head
Aidaho 2024-08-02 21:54:16 +03:00
parent 1a77266611
commit 2022681847
1 changed files with 1 additions and 1 deletions

View File

@ -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);