Update firewall.js

This commit is contained in:
midoks 2023-01-18 17:58:23 +08:00
parent a6842f2679
commit 24e6c57eec
1 changed files with 3 additions and 0 deletions

View File

@ -123,6 +123,9 @@ function getSshInfo(){
}
$("#firewall_status").html(fStatus);
showAccept(1);
getLogs(1);
},'json');
}