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:
Aidaho
2024-08-02 21:21:18 +03:00
parent 7559530ca2
commit cac743fea6
4 changed files with 8 additions and 6 deletions

View File

@@ -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"