From eeeb164f89318ad53bf4b6b7ffcf65235e55ef2d Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Fri, 4 Mar 2022 15:48:34 +0300 Subject: [PATCH] v5.4.3.0 Changelog: https://roxy-wi.org/changelog.py#5_4_3 --- app/funct.py | 2 +- app/templates/ajax/show_configs_files.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/funct.py b/app/funct.py index eadc36f1..40772a60 100644 --- a/app/funct.py +++ b/app/funct.py @@ -668,7 +668,7 @@ def get_stick_table(table): def show_installation_output(error, output, service): - if error and "DEPRECATION WARNING" not in error: + if error and "WARNING" not in error: logging('localhost', error, haproxywi=1) print('error: '+error) return False diff --git a/app/templates/ajax/show_configs_files.html b/app/templates/ajax/show_configs_files.html index f94617d1..3e7dbc12 100644 --- a/app/templates/ajax/show_configs_files.html +++ b/app/templates/ajax/show_configs_files.html @@ -46,7 +46,7 @@ $('#config_file_name').select2(); $('#finding_words_from').submit(function() { if ($('#words').val() == '') { - toastr.warning('Enter words for seaching'); + toastr.warning('Enter words for searching'); return false; } findInConfig();