You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-18 12:04:07 +08:00
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.
This commit is contained in:
@@ -11,6 +11,7 @@ const upload_and_restart = translate_div.attr('data-upload_and_restart');
|
||||
const edit_word = translate_div.attr('data-edit');
|
||||
const delete_word = translate_div.attr('data-delete');
|
||||
const back_word = translate_div.attr('data-back');
|
||||
const nice_service_name = {'keepalived': 'HA Custer', 'haproxy': 'HAProxy', 'nginx': 'NGINX', 'apache': 'Apache'};
|
||||
|
||||
// JS scripts URL
|
||||
const scriptPath = "/static/js"
|
||||
|
||||
Reference in New Issue
Block a user