diff --git a/route/static/app/firewall.js b/route/static/app/firewall.js index 933685d63..2423f1114 100755 --- a/route/static/app/firewall.js +++ b/route/static/app/firewall.js @@ -123,6 +123,9 @@ function getSshInfo(){ } $("#firewall_status").html(fStatus); + showAccept(1); + getLogs(1); + },'json'); }