mirror of https://github.com/Aidaho12/haproxy-wi
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
parent
1a77266611
commit
2022681847
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue