Pavel Loginov 2022-03-04 15:48:34 +03:00
parent bd5e9badff
commit eeeb164f89
2 changed files with 2 additions and 2 deletions

View File

@ -668,7 +668,7 @@ def get_stick_table(table):
def show_installation_output(error, output, service): 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) logging('localhost', error, haproxywi=1)
print('error: '+error) print('error: '+error)
return False return False

View File

@ -46,7 +46,7 @@
$('#config_file_name').select2(); $('#config_file_name').select2();
$('#finding_words_from').submit(function() { $('#finding_words_from').submit(function() {
if ($('#words').val() == '') { if ($('#words').val() == '') {
toastr.warning('Enter words for seaching'); toastr.warning('Enter words for searching');
return false; return false;
} }
findInConfig(); findInConfig();