Changelog: https://haproxy-wi.org/changelog.py#4_3_3
This commit is contained in:
Pavel Loginov
2020-07-05 08:59:51 +02:00
parent 79275a6360
commit a26482623f
4 changed files with 51 additions and 40 deletions

View File

@@ -718,6 +718,14 @@ $( function() {
} );
return false;
});
$('#show_log_form').submit(function() {
if(cur_url[0] == '/app/logs.py') {
showLog();
} else {
viewLogs();
}
return false;
});
var showUpdates = $( "#show-updates" ).dialog({
autoOpen: false,
resizable: false,