@@ -237,13 +237,13 @@
${fns:abbr(_log.qName, 30)} |
${_log.cName } |
-
${_log.clientIp } |
-
${_log.clientPort } |
-
${_log.serverIp } |
-
${_log.serverPort } |
+
${_log.sIp } |
+
${_log.sPort } |
+
${_log.dIp } |
+
${_log.dPort } |
- ${logProtocol.itemValue}
+ ${logProtocol.itemValue}
|
@@ -265,11 +265,11 @@
|
- ${streamType.itemValue}
+ ${streamType.itemValue}
|
-
${_log.cljIp } |
-
${_log.nestAddrList } |
+
${_log.capIp } |
+
${_log.addrList } |
${_log.userRegion } |
<%--
${_log.dnsSub } | --%>
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 c6ffe65a1..bc38bea87 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp
@@ -59,7 +59,7 @@ $(document).ready(function(){
-
+
@@ -105,7 +105,7 @@ $(document).ready(function(){
-
+
@@ -132,21 +132,26 @@ $(document).ready(function(){
@@ -166,9 +171,9 @@ $(document).ready(function(){
|
|
|
-
|
+
|
|
-
|
+
|
|
|
|
@@ -199,7 +204,7 @@ $(document).ready(function(){
${log.recvTime} |
-
+
|
@@ -207,18 +212,18 @@ $(document).ready(function(){
|
-
${log.serverIp} |
-
${log.clientIp} |
-
${log.serverPort} |
-
${log.clientPort} |
+
${log.dIp} |
+
${log.sIp} |
+
${log.dPort} |
+
${log.sPort} |
${log.deviceId} |
-
+
|
-
${log.cljIp} |
-
${log.nestAddrList} |
+
${log.capIp} |
+
${log.addrList} |
${log.userRegion} |
${log.ftpUrl} |
${log.ftpContent} |
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp
index 3f86c73a1..4b08e0c2d 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp
@@ -48,7 +48,7 @@
-
+
@@ -92,7 +92,7 @@
@@ -203,13 +203,13 @@
${fns:abbr(_log.url, 30)} |
-
${_log.clientIp } |
-
${_log.clientPort } |
-
${_log.serverIp } |
-
${_log.serverPort } |
+
${_log.sIp } |
+
${_log.sPort } |
+
${_log.dIp } |
+
${_log.dPort } |
- ${logProtocol.itemValue}
+ ${logProtocol.itemValue}
|
@@ -235,11 +235,11 @@
|
- ${streamType.itemValue}
+ ${streamType.itemValue}
|
-
${_log.cljIp } |
-
${_log.nestAddrList } |
+
${_log.capIp } |
+
${_log.addrList } |
${_log.userRegion } |
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp
index 222eaf1ba..c6cc81926 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp
@@ -48,7 +48,7 @@
-
+
@@ -92,7 +92,7 @@
@@ -188,13 +188,13 @@
-
${_log.clientIp } |
-
${_log.clientPort } |
-
${_log.serverIp } |
-
${_log.serverPort } |
+
${_log.sIp } |
+
${_log.sPort } |
+
${_log.dIp } |
+
${_log.dPort } |
- ${logProtocol.itemValue}
+ ${logProtocol.itemValue}
|
@@ -216,11 +216,11 @@
|
- ${streamType.itemValue}
+ ${streamType.itemValue}
|
-
${_log.cljIp } |
-
${_log.nestAddrList } |
+
${_log.capIp } |
+
${_log.addrList } |
${_log.userRegion } |
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 31dc305a8..0511bc72c 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/ipsecList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/ipsecList.jsp
@@ -20,7 +20,8 @@ $(document).ready(function(){
.attr("value",'');
$("#searchForm")[0].reset();
});
-
+ var a='${log.functionId}';
+ console.log(a)
});
//查询
function page(n,s){
@@ -98,7 +99,7 @@ $(document).ready(function(){
-
+
@@ -119,27 +120,32 @@ $(document).ready(function(){
@@ -192,7 +198,7 @@ $(document).ready(function(){
${log.recvTime} |
-
+
|
@@ -200,18 +206,18 @@ $(document).ready(function(){
|
- ${log.serverIp} |
- ${log.clientIp} |
- ${log.serverPort} |
- ${log.clientPort} |
+ ${log.dIp} |
+ ${log.sIp} |
+ ${log.dPort} |
+ ${log.sPort} |
${log.deviceId} |
-
+
|
- ${log.cljIp} |
- ${log.nestAddrList} |
+ ${log.capIp} |
+ ${log.addrList} |
${log.userRegion} |
ISAKMP(V1)
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 0789ec797..d5ccb3331 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/openVpnList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/openVpnList.jsp
@@ -59,7 +59,7 @@ $(document).ready(function(){
-
+
@@ -105,7 +105,7 @@ $(document).ready(function(){
-
+
@@ -126,27 +126,32 @@ $(document).ready(function(){
@@ -201,7 +206,7 @@ $(document).ready(function(){
${log.recvTime} |
-
+
|
@@ -209,18 +214,18 @@ $(document).ready(function(){
|
- ${log.serverIp} |
- ${log.clientIp} |
- ${log.serverPort} |
- ${log.clientPort} |
+ ${log.dIp} |
+ ${log.sIp} |
+ ${log.dPort} |
+ ${log.sPort} |
${log.deviceId} |
-
+
|
- ${log.cljIp} |
- ${log.nestAddrList} |
+ ${log.capIp} |
+ ${log.addrList} |
${log.userRegion} |
${log.version} |
${log.encryptMode} |
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 6ed4ffe7f..e8ec0c00a 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/sshList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/sshList.jsp
@@ -59,7 +59,7 @@ $(document).ready(function(){
-
+
@@ -105,7 +105,7 @@ $(document).ready(function(){
-
+
@@ -126,27 +126,32 @@ $(document).ready(function(){
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -203,7 +208,7 @@ $(document).ready(function(){
${log.recvTime} |
-
+
|
@@ -211,18 +216,18 @@ $(document).ready(function(){
|
- ${log.serverIp} |
- ${log.clientIp} |
- ${log.serverPort} |
- ${log.clientPort} |
+ ${log.dIp} |
+ ${log.sIp} |
+ ${log.dPort} |
+ ${log.sPort} |
${log.deviceId} |
-
+
|
- ${log.cljIp} |
- ${log.nestAddrList} |
+ ${log.capIp} |
+ ${log.addrList} |
${log.userRegion} |
${log.version} |
${log.hostKey} |
|