diff --git a/src/main/webapp/WEB-INF/views/log/manipulation/dkBehaviorList.jsp b/src/main/webapp/WEB-INF/views/log/manipulation/dkBehaviorList.jsp index eb07f6e6e..2c85b6826 100644 --- a/src/main/webapp/WEB-INF/views/log/manipulation/dkBehaviorList.jsp +++ b/src/main/webapp/WEB-INF/views/log/manipulation/dkBehaviorList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/manipulation/dkbehaviorLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/appList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/appList.jsp index 7ad4307b6..028f4a577 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/appList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/appList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/ntcAppLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp index 2b3ed4eca..a99ca6fc6 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/ntcDdosLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp index ab7260922..7ac6bdf0d 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/NtcFtpLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/ipsecList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/ipsecList.jsp index 655d1e02b..6e54696c2 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ipsecList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ipsecList.jsp @@ -30,6 +30,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/ntcIpsecLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp index dba46d448..2a7ace6ed 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/mmAvIpLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp index 532ddb76e..c225a10e7 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/mmAvUrlLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp index 8819756d9..173c76665 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/mmPicIpLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp index fdb35254c..009064dde 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/mmPicUrlLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipList.jsp index af724e14e..fe5e6f700 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/mmVoipLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/openVpnList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/openVpnList.jsp index a94eb09ad..fd802ab0d 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/openVpnList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/openVpnList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/ntcOpenvpnLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/WEB-INF/views/log/ntc/sshList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/sshList.jsp index c90d3df69..6c194c4b9 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/sshList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/sshList.jsp @@ -29,6 +29,7 @@ $(document).ready(function(){ $("#pageSize").val(s); $("#searchForm").attr("action","${ctx}/log/ntc/ntcSshLogs"); $("#searchForm").submit(); + loading(); return false; } diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 735289548..1756178d7 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -721,6 +721,7 @@ var page=function(n,s){ $("#pageNo").val(n); $("#pageSize").val(s); $("#searchForm").submit(); + loading(); return false; }