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):
|
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
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue