mirror of https://github.com/Aidaho12/haproxy-wi
parent
bd5e9badff
commit
eeeb164f89
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue