From 7421d16c92764c22d1664ccffff8cf97fde2b7fc Mon Sep 17 00:00:00 2001 From: Aidaho Date: Sun, 17 Sep 2023 23:36:55 +0300 Subject: [PATCH] v7.0.0.0 Changelog: https://roxy-wi.org/changelog#7.0.0 --- app/templates/ajax/load_services.html | 2 +- app/templates/ha.html | 2 +- inc/users.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/ajax/load_services.html b/app/templates/ajax/load_services.html index df30cec9..0e85a278 100644 --- a/app/templates/ajax/load_services.html +++ b/app/templates/ajax/load_services.html @@ -44,7 +44,7 @@ {% if s.0 in ('prometheus', 'grafana-server') %} {{lang.words.install|title()}} {% elif s.0 in ('rabbitmq-server', 'fail2ban') %} - {{lang.words.install|title()}} + {{lang.words.install|title()}} {% else %} {{lang.words.install|title()}} {% endif %} diff --git a/app/templates/ha.html b/app/templates/ha.html index 4364c095..d97ea82e 100644 --- a/app/templates/ha.html +++ b/app/templates/ha.html @@ -14,7 +14,7 @@ {% elif not is_needed_tool %}

You have not installed Ansible

. - There is no server + There is no server

Read here how to install Ansible.

diff --git a/inc/users.js b/inc/users.js index 4e9c6b68..c800c6a0 100644 --- a/inc/users.js +++ b/inc/users.js @@ -1394,7 +1394,7 @@ function addGit(dialog_id) { function updateSettings(param, val) { toastr.clear(); $.ajax( { - url: "/app/app/admin/setting/" + param + "/" + val, + url: "/app/admin/setting/" + param + "/" + val, data: { token: $('#token').val() },