You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-21 12:34:01 +08:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user