From 178181478ff75142f005faa4ee22e2d2addcc07d Mon Sep 17 00:00:00 2001 From: DuanDongmei Date: Sat, 8 Dec 2018 16:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=9A=84scenefile=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=EF=BC=8C=E4=B8=94http=E7=9A=84reqhdrfile=E5=92=8Creqb?= =?UTF-8?q?odyfile=E5=8E=BB=E6=8E=89=20snat=E7=AD=96=E7=95=A5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0dolog=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domain/configuration/IpReusePolicyCfg.java | 3 ++- .../views/log/manipulation/dkBehaviorList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/appList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/bgpList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/ddosList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/dnsList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/ftpList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/httpKeyList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/httpList.jsp | 16 ++++++++-------- src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/ipsecList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/irDnatLogList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/irSnatLogList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/mailList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/mmFileDigestList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/mmPicUrlList.jsp | 4 ++-- .../views/log/ntc/mmPornAudioSampleList.jsp | 4 ++-- .../views/log/ntc/mmPornVideoSampleList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/mmSampleAudioList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/mmSampleFaceList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/mmSampleLogoList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/mmSamplePicList.jsp | 4 ++-- .../views/log/ntc/mmSampleSpeakerList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/mmSampleVideoList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/mmSampleVoipList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/mmVoipAccountList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/mmVoipIpList.jsp | 4 ++-- .../WEB-INF/views/log/ntc/ntcStreamMedia.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/openVpnList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/p2pList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/pptpLogList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/sshList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/ntc/sslLogList.jsp | 4 ++-- .../webapp/WEB-INF/views/log/pxy/pxyHttpList.jsp | 4 ++-- 38 files changed, 82 insertions(+), 81 deletions(-) diff --git a/src/main/java/com/nis/domain/configuration/IpReusePolicyCfg.java b/src/main/java/com/nis/domain/configuration/IpReusePolicyCfg.java index c0bdc403c..573bb6f00 100644 --- a/src/main/java/com/nis/domain/configuration/IpReusePolicyCfg.java +++ b/src/main/java/com/nis/domain/configuration/IpReusePolicyCfg.java @@ -2,6 +2,7 @@ package com.nis.domain.configuration; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; +import com.nis.util.Constants; /** * IP复用策略 @@ -40,7 +41,7 @@ public class IpReusePolicyCfg extends BaseCfg{ @SerializedName("effectiveRange") private String areaEffectiveIds ; @Expose - private Integer doLog ; + private Integer doLog = Constants.MAAT_CFG_DOLOG_DEFAULT; public void setDoLog(Integer doLog) { this.doLog = doLog; 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 7d0a25c39..54558dea6 100644 --- a/src/main/webapp/WEB-INF/views/log/manipulation/dkBehaviorList.jsp +++ b/src/main/webapp/WEB-INF/views/log/manipulation/dkBehaviorList.jsp @@ -259,7 +259,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -406,7 +406,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 e78da4a49..9731adcdf 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/appList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/appList.jsp @@ -208,7 +208,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -355,7 +355,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/bgpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/bgpList.jsp index b391616ef..18247227d 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/bgpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/bgpList.jsp @@ -241,7 +241,7 @@ - + <%-- --%> @@ -354,7 +354,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> ${log.type } 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 cec819083..03303202b 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp @@ -241,7 +241,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -377,7 +377,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/dnsList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/dnsList.jsp index 29d69bebb..8c313cf35 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/dnsList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/dnsList.jsp @@ -260,7 +260,7 @@ - + <%-- --%> @@ -428,7 +428,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 b7983aa2f..7ec16a0b2 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp @@ -245,7 +245,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -379,7 +379,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/httpKeyList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/httpKeyList.jsp index 1b1566e3e..36bfdc700 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/httpKeyList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/httpKeyList.jsp @@ -280,7 +280,7 @@ - + <%-- --%> @@ -403,7 +403,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 c846794f4..f49ed88a9 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp @@ -228,9 +228,9 @@ URL         - + <%-- --%> - + <%-- --%> @@ -261,7 +261,7 @@ - + <%-- --%> @@ -304,7 +304,7 @@ --%> ${log.reqHdrKey } - + <%-- @@ -317,9 +317,9 @@ http://${fn:substring(log.reqHdrFile,0,20) } - + --%> ${log.reqBodyKey } - + <%-- @@ -332,7 +332,7 @@ http://${fn:substring(log.reqBodyFile,0,20) } - + --%> ${log.resHdrKey } @@ -442,7 +442,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 2de192542..3a3922205 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp @@ -241,7 +241,7 @@ - + <%-- --%> @@ -350,7 +350,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 bf64b4092..25c2dbcc3 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ipsecList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ipsecList.jsp @@ -191,7 +191,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -313,7 +313,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/irDnatLogList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/irDnatLogList.jsp index 8682074d5..32360c6ea 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/irDnatLogList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/irDnatLogList.jsp @@ -252,7 +252,7 @@ - + <%-- --%> @@ -370,7 +370,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/irSnatLogList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/irSnatLogList.jsp index 71f0476bb..5cc7c4906 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/irSnatLogList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/irSnatLogList.jsp @@ -252,7 +252,7 @@ - + <%-- --%> @@ -371,7 +371,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp index 48db9dbf5..9bc633c23 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp @@ -202,7 +202,7 @@ - + <%-- --%> @@ -325,7 +325,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp index ac67daa3e..3bf534303 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp @@ -247,7 +247,7 @@ - + <%-- --%> @@ -381,7 +381,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 0b51199c4..7ae7802e5 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp @@ -208,7 +208,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -363,7 +363,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 cdfa30970..3e33a7d5e 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp @@ -205,7 +205,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -358,7 +358,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmFileDigestList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmFileDigestList.jsp index 9d26d82cd..fc4521881 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmFileDigestList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmFileDigestList.jsp @@ -247,7 +247,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -401,7 +401,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 0a3ce1bf5..fd05047bb 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp @@ -204,7 +204,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -360,7 +360,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 f52a3d279..c8fb65511 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp @@ -203,7 +203,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -357,7 +357,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmPornAudioSampleList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmPornAudioSampleList.jsp index c5df287f9..ce5c555e1 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmPornAudioSampleList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPornAudioSampleList.jsp @@ -205,7 +205,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -355,7 +355,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmPornVideoSampleList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmPornVideoSampleList.jsp index c474a7f38..7b70ef915 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmPornVideoSampleList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPornVideoSampleList.jsp @@ -246,7 +246,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -400,7 +400,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleAudioList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleAudioList.jsp index 29c4c9af5..5f442401e 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleAudioList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleAudioList.jsp @@ -306,7 +306,7 @@ - + <%-- --%> @@ -455,7 +455,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleFaceList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleFaceList.jsp index 48326cd46..7fa5ccc26 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleFaceList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleFaceList.jsp @@ -246,7 +246,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -400,7 +400,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleLogoList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleLogoList.jsp index 335a7777d..a6062af6a 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleLogoList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleLogoList.jsp @@ -246,7 +246,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -398,7 +398,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSamplePicList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSamplePicList.jsp index 9f4b424f0..4632b540b 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSamplePicList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSamplePicList.jsp @@ -246,7 +246,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -399,7 +399,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleSpeakerList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleSpeakerList.jsp index 24a051698..047983b17 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleSpeakerList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleSpeakerList.jsp @@ -246,7 +246,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -400,7 +400,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVideoList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVideoList.jsp index 5ca66f96a..4f9d215aa 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVideoList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVideoList.jsp @@ -247,7 +247,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -401,7 +401,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp index bca5f59ce..030d6c1cd 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp @@ -252,7 +252,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -397,7 +397,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipAccountList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipAccountList.jsp index 221ec6a06..4d1c1ac4c 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipAccountList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipAccountList.jsp @@ -212,7 +212,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -351,7 +351,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp index b266e5730..d4f047ef5 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp @@ -255,7 +255,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -378,7 +378,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/ntcStreamMedia.jsp b/src/main/webapp/WEB-INF/views/log/ntc/ntcStreamMedia.jsp index 0e9dec92b..f801073f2 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ntcStreamMedia.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ntcStreamMedia.jsp @@ -240,7 +240,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -361,7 +361,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 a339f021b..e2046b778 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/openVpnList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/openVpnList.jsp @@ -204,7 +204,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -315,7 +315,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/p2pList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/p2pList.jsp index 53004b890..b80c95845 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/p2pList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/p2pList.jsp @@ -244,7 +244,7 @@ - + <%-- --%> @@ -361,7 +361,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/pptpLogList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/pptpLogList.jsp index 41ec52f88..5c733f45a 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/pptpLogList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/pptpLogList.jsp @@ -199,7 +199,7 @@ - + <%-- --%> @@ -318,7 +318,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> 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 1b7b0a94f..e6188a20c 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/sshList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/sshList.jsp @@ -206,7 +206,7 @@ $(document).ready(function(){ - + <%-- --%> @@ -326,7 +326,7 @@ $(document).ready(function(){ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/ntc/sslLogList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/sslLogList.jsp index be446aad5..81eaa0f6c 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/sslLogList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/sslLogList.jsp @@ -258,7 +258,7 @@ - + <%-- --%> @@ -376,7 +376,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%> diff --git a/src/main/webapp/WEB-INF/views/log/pxy/pxyHttpList.jsp b/src/main/webapp/WEB-INF/views/log/pxy/pxyHttpList.jsp index 83ce1ad1e..37b310cff 100644 --- a/src/main/webapp/WEB-INF/views/log/pxy/pxyHttpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/pxy/pxyHttpList.jsp @@ -242,7 +242,7 @@ - + <%-- --%> @@ -375,7 +375,7 @@ ${log.sSubscribeId} ${log.dSubscribeId} ${log.userRegion} - ${log.sceneFile} + <%-- ${log.sceneFile} --%>