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();