.
diff --git a/app/templates/include/admins_dialogs.html b/app/templates/include/admins_dialogs.html
index 5d756cbc..d0e8d5bc 100644
--- a/app/templates/include/admins_dialogs.html
+++ b/app/templates/include/admins_dialogs.html
@@ -174,7 +174,7 @@
{{ input('telegram-chanel-add') }}
- {% if page != "servers.py" %}
+ {% if g.user_params['role'] == 1 %}
- {% if page != "servers.py" %}
+ {% if g.user_params['role'] == 1 %}
- {% if page != "servers.py" %}
+ {% if g.user_params['role'] == 1 %}
{{lang.words.group|title()}} |
diff --git a/app/templates/include/main_menu.html b/app/templates/include/main_menu.html
index 6c6f0d5f..96256079 100644
--- a/app/templates/include/main_menu.html
+++ b/app/templates/include/main_menu.html
@@ -90,6 +90,7 @@
{% if g.user_params['role'] <= 3 %}
+
{% endif %}
diff --git a/app/templates/include/smon/smon_history.html b/app/templates/include/smon/smon_history.html
index b39feb2e..445f0e73 100644
--- a/app/templates/include/smon/smon_history.html
+++ b/app/templates/include/smon/smon_history.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% from 'include/input_macros.html' import select %}
-{% block title %}{{ lang.menu_links.history.title }} {{ smon_name }}{% endblock %}
-{% block h2 %}{{ lang.menu_links.history.title }} {{ smon_name }}{% endblock %}
+{% block title %}{{ lang.menu_links.history.title }} {{ smon_name|replace("'","") }}{% endblock %}
+{% block h2 %}{{ lang.menu_links.history.title }} {{ smon_name|replace("'","") }}{% endblock %}
{% block content %}
{% set checking_types = {'1': 'TCP/UDP', '2': 'HTTP', '4': 'Ping', '5': 'DNS'} %}
{% if user_subscription['user_status'] == 0 or user_subscription['user_plan'] == 'user' %}
diff --git a/app/templates/install.html b/app/templates/install.html
index 1789504d..8dd7505e 100644
--- a/app/templates/install.html
+++ b/app/templates/install.html
@@ -3,7 +3,7 @@
{% block h2 %}{{lang.words.admin_area|title()}}{% endblock %}
{% block content %}
{% from 'include/input_macros.html' import select, checkbox %}
-
+
|
{% set values = dict() %}
- {% set values = {'2.4.23-1':'2.4.23-1','2.5.14-1':'2.5.14-1', '2.6.14-1':'2.6.14-1','2.7.9-1':'2.7.9-1','2.8.1-1':'2.8.1-1'} %}
- {{ select('hapver', values=values, selected='2.8.1-1', required='required') }}
+ {% set values = {'2.4.23-1':'2.4.23-1','2.5.14-1':'2.5.14-1', '2.6.14-1':'2.6.14-1','2.7.9-1':'2.7.9-1','2.8.1-1':'2.8.1-1','2.9.5-1':'2.9.5-1'} %}
+ {{ select('hapver', values=values, selected='2.9.5-1', required='required') }}
|
|