diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index d3dfa53c6..2d589f076 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -588,8 +588,8 @@ no_permission=Lack of authority param_error=\u53C2\u6570\u6709\u8BEF,\u670D\u52A1\u5668\u65E0\u6CD5\u89E3\u6790. request_service_failed=\u8BF7\u6C42\u670D\u52A1\u63A5\u53E3\u5931\u8D25 request_error=Request Error -av_voip_ip_title=voip Ip -av_voip_account_title=voip Account +av_voip_ip_title=Voip Ip +av_voip_account_title=Voip Account account=Account ip_pattern=IP Pattern port_pattern=Port Pattern @@ -669,47 +669,47 @@ val_direction=Direction should be 0(bidirectional) or 1(unidirectional) #===========log begin============= log=Log -cfg_id=ConfigurationID +cfg_id=Configuration Id found_time=Found Time recv_time=Receive Time -protocol_type=Protocol Type +protocol_type=Protocol addr_type=IP Type serverip=Server IP clientip=Client IP -serverport=Server IP Port -clientport=Client IP Port -entrance_id=ISP +serverport=Server Port +clientport=Client Port +entrance_id=Entrance deviceid=Device direct=Direction stream_type=Stream Type clj_ip=Processor IP -nest_addr_list=Nested address list +nest_addr_list=Nested Address List server_locate=Server Locate client_locate=Client Locate user_region=User Region version=Version encrypt_mode=Encrypt Mode -hmac=Is there any HMAC +hmac=Is There Any HMAC tunnel_type=Tunnel Type log_total=Log Total Amount host_key=Host Key host_cookie=Host Cookie -mac=Message authentication code +mac=Message Authentication Code ex_protocol=Exchange Protocol isakmp_mode=ISAKMP Mode -req_hdr_file=Request header dump file -req_body_file=Request body dump file -res_hdr_file=Response header dump file -res_body_file=Response body dump file +req_hdr_file=Request Header Dump File +req_body_file=Request Body Dump File +res_hdr_file=Response Header Dump File +res_body_file=Response Body Dump File qr=Request/Response -rd=Recursion Desired -ra=Available Recursion +rd=Recursion Desured +ra=Recursion Available rr=Resource Record -qtype=QType -qclass=QClass -opcode=Opcode +qtype=QTYPE +qclass=QCLASS +opcode=OPCODE qname=Query Content -cname=cname +cname=CNAME dns_query=Request dns_response=Response entrance=Entrance @@ -727,10 +727,10 @@ user_name=User Name attack_type=Attack Type attack_start_time=Attack Start Time last_attack_time=Last Attack Time -attack_max_pps=Attack Max Pps num/s -attack_max_bps=Attack Max Bps bit/s -attack_total_pkt=Attack Total pkt -attack_total_byte=Attack Total byte +attack_max_pps=Attack Max Pps Num/s +attack_max_bps=Attack Max Bps Bit/s +attack_total_pkt=Attack Total Pkt +attack_total_byte=Attack Total Byte is_blcok=Is Blcok firstPage=First Page dk_behavior=Behavior @@ -742,16 +742,16 @@ s2c_byte_num=s2cByteNum voip_recv_time=VOIP Receive Time voip_protocol=VOIP Protocol av_protocol=AV Protocol -duation=duation(s) +duation=Duation(s) calling_account=Calling Account called_account=Called Account calling_number=Calling Number called_number=Called Number -from_to_store_ip=From To Store IP -from_to_store_url=From To Store URL -to_from_store_ip=To From Store IP -to_from_store_url=To From Store URL -pid=Program ID +from_to_store_ip=Calling VoIP Voice File Server IP +from_to_store_url=Calling VoIP Voice File Server URL +to_from_store_ip=Called VoIP Voice File Server IP +to_from_store_url=Called VoIP Voice File Server URL +pid=Program Id log_uri=Log URI fd_type=Block Type access_url=Progam Access URL @@ -769,7 +769,7 @@ domain_forward=Domain Forward http_redirect=HTTP Redirect http_req_replace=Http Request Body Replace http_res_replace=Http Response Body Replace -replace_content=Replace with +replace_content=Replace With #=============about proxy========= #===========policy_group_manage start ============= all_types=All Type @@ -785,14 +785,14 @@ ratelimit_config=Ratelimit ip_ratelimit=IP Ratelimit domain_ratelimit=Domain Ratelimit ratelimit=Limit Rate -ir_type=Reuse type +ir_type=Reuse Type dns_strategy_id=DNS Policy ID no_strategy=No Strategy #=============about manipulation========= #=============about app config=========== domain=Domain app_ip_config=APP Protocol IP -bytes=byte +bytes=Byte app_http_config=APP HTTP Feature app_domain_config=APP Domain Feature app_byte_config=APP Byte Feature @@ -1037,14 +1037,14 @@ os_type=OS Type browser_type=Browser Type traffic_protocol_chart=Protocol traffic_ipactive_chart=IP Active TOP10 -traffic_app_chart=App Chart -traffic_ua_list=Traffic UA List TOP10 -traffic_ua_chart=Traffic UA +traffic_app_chart=App TOP10 +traffic_ua_list=UA TOP10 +traffic_ua_chart=UA ranking=Ranking os=OS browser=Browser trend=Trend -traffic_website_list=Website List TOP10 +traffic_website_list=Website TOP10 traffic_website_type_chart=Website Type website=Website #===============dashboard end=================================== 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 b34a5f9f1..12c3fbe4b 100644 --- a/src/main/webapp/WEB-INF/views/log/manipulation/dkBehaviorList.jsp +++ b/src/main/webapp/WEB-INF/views/log/manipulation/dkBehaviorList.jsp @@ -187,7 +187,7 @@ $(document).ready(function(){ - +<%-- --%> @@ -195,7 +195,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -204,7 +204,13 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} + + + + + + + ${fns:stringFormat(log.appLabel,30)} @@ -236,9 +242,9 @@ $(document).ready(function(){ - + <%-- ${fns:stringFormat(log.addrList,30)} - + --%> ${fns:abbr(log.serverLocate,20)} ${fns:abbr(log.clientLocate,20)} 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 22c0dd82d..eb9f97c76 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/appList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/appList.jsp @@ -183,7 +183,7 @@ $(document).ready(function(){ - +<%-- --%> @@ -191,7 +191,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -200,7 +200,13 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} + + + + + + + ${log.capIp} ${log.transProto} @@ -223,9 +229,9 @@ $(document).ready(function(){ - + <%-- ${fns:stringFormat(log.addrList,30)} - + --%> ${fns:abbr(log.serverLocate,20)} ${fns:abbr(log.clientLocate,20)} 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 e378224cf..c2d9da96a 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp @@ -183,7 +183,7 @@ $(document).ready(function(){ - +<%-- --%> @@ -191,7 +191,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -200,7 +200,13 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} + + + + + + + ${log.attackType} @@ -233,9 +239,9 @@ $(document).ready(function(){ - - ${fns:stringFormat(log.addrList,30)} - +<%-- --%> +<%-- ${fns:stringFormat(log.addrList,30)} --%> + ${fns:abbr(log.serverLocate,20)} ${fns:abbr(log.clientLocate,20)} 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 1981b7296..0ebfb838f 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp @@ -187,7 +187,7 @@ $(document).ready(function(){ - +<%-- --%> @@ -195,7 +195,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -204,7 +204,13 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} + + + + + + + - ${log.addrList} +<%-- ${log.addrList} --%> ${fns:abbr(log.serverLocate,20)} ${fns:abbr(log.clientLocate,20)} 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 0e74fc097..12e603d2f 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/ipsecList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/ipsecList.jsp @@ -178,7 +178,7 @@ $(document).ready(function(){ - +<%-- --%> @@ -186,7 +186,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -195,12 +195,18 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} + + + + + + + ISAKMP(V1) IKEv2 - 其它 + Others Aggre @@ -231,9 +237,9 @@ $(document).ready(function(){ - - ${fns:stringFormat(log.addrList,30)} - +<%-- --%> +<%-- ${fns:stringFormat(log.addrList,30)} --%> + ${fns:abbr(log.serverLocate,20)} ${fns:abbr(log.clientLocate,20)} 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 205806fdf..d9c210269 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp @@ -182,7 +182,7 @@ - ${log.cfgId} + ${log.cfgId} 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 7c8f54145..646e56410 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp @@ -179,7 +179,7 @@ - +<%-- --%> @@ -187,7 +187,7 @@ - ${_log.cfgId } + ${_log.cfgId } @@ -196,7 +196,13 @@ ${_log.foundTime } - ${_log.entranceId } + + + + + + + ${_log.mailProto } @@ -239,9 +245,9 @@ ${streamType.itemValue} - - ${fns:stringFormat(_log.addrList,30)} - +<%-- --%> +<%-- ${fns:stringFormat(_log.addrList,30)} --%> + ${fns:abbr(_log.serverLocate,20)} ${fns:abbr(_log.clientLocate,20)} 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 bc25ad36f..feddaa72f 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp @@ -118,7 +118,7 @@ $(document).ready(function(){ -
+ <%--
@@ -128,7 +128,7 @@ $(document).ready(function(){
-
+
--%>
@@ -180,7 +180,7 @@ $(document).ready(function(){ - +<%-- --%> @@ -189,10 +189,10 @@ $(document).ready(function(){ - - +<%-- --%> +<%-- --%> - +<%-- --%> @@ -201,7 +201,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -210,7 +210,13 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} + + + + + + + ${log.pid} ${log.url} @@ -230,7 +236,7 @@ $(document).ready(function(){ - ${log.protocol} +<%-- ${log.protocol} --%> ${log.capIp} ${log.transProto} @@ -243,20 +249,20 @@ $(document).ready(function(){ ${log.sIp} ${log.dPort} ${log.sPort} - ${log.deviceId} + <%-- ${log.deviceId} - + --%> - + <%-- ${fns:stringFormat(log.addrList,30)} - + --%> ${fns:abbr(log.serverLocate,20)} ${fns:abbr(log.clientLocate,20)} 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 14eeeff55..e86e1327f 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp @@ -118,7 +118,7 @@ $(document).ready(function(){
-
+ <%--
@@ -128,7 +128,7 @@ $(document).ready(function(){
-
+
--%>
@@ -180,7 +180,7 @@ $(document).ready(function(){ - +<%-- --%> @@ -189,10 +189,10 @@ $(document).ready(function(){ - - +<%-- --%> +<%-- --%> - +<%-- --%> @@ -201,7 +201,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -210,7 +210,13 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} + + + + + + + ${log.pid} ${log.url} @@ -230,7 +236,7 @@ $(document).ready(function(){ - ${log.protocol} +<%-- ${log.protocol} --%> ${log.capIp} ${log.transProto} @@ -243,20 +249,20 @@ $(document).ready(function(){ ${log.sIp} ${log.dPort} ${log.sPort} - ${log.deviceId} + <%-- ${log.deviceId} - + --%> - + <%-- ${fns:stringFormat(log.addrList,30)} - + --%> ${fns:abbr(log.serverLocate,20)} ${fns:abbr(log.clientLocate,20)} 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 d35ba21df..4d3c74384 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp @@ -197,7 +197,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} 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 b4152f37e..b176c096d 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp @@ -197,7 +197,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} 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 e9b545e9b..80579c675 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmPornAudioSampleList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPornAudioSampleList.jsp @@ -200,7 +200,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} 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 492a70367..41d68658b 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmPornVideoSampleList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPornVideoSampleList.jsp @@ -200,7 +200,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} 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 eca3de8e9..7b3ba4345 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleAudioList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleAudioList.jsp @@ -265,7 +265,7 @@ - ${log.cfgId} + ${log.cfgId} 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 0ebb758a8..65326ba30 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSamplePicList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSamplePicList.jsp @@ -197,7 +197,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} 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 fb567fa6d..419506c4f 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVideoList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVideoList.jsp @@ -197,7 +197,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} 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 9ee4af5b2..af12c96e6 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp @@ -207,7 +207,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} 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 0d680ed8c..aaf3cf00d 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipAccountList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipAccountList.jsp @@ -118,7 +118,7 @@ $(document).ready(function(){
-
+ <%--
@@ -128,7 +128,7 @@ $(document).ready(function(){
-
+
--%>
@@ -180,10 +180,10 @@ $(document).ready(function(){ - - - - +<%-- --%> +<%-- --%> +<%-- --%> +<%-- --%> @@ -196,10 +196,10 @@ $(document).ready(function(){ - - +<%-- --%> +<%-- --%> - +<%-- --%> @@ -207,7 +207,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -216,7 +216,13 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} + + + + + + + ${log.duation} ${log.voipProtocol} @@ -228,10 +234,10 @@ $(document).ready(function(){ ${log.callingNumber} ${log.calledNumber} - ${log.fromToStoreIp} - ${log.fromToStoreUrl} - ${log.toFromStoreIp} - ${log.toFromStoreUrl} +<%-- ${log.fromToStoreIp} --%> +<%-- ${log.fromToStoreUrl} --%> +<%-- ${log.toFromStoreIp} --%> +<%-- ${log.toFromStoreUrl} --%> ${log.pid} ${log.sIp} ${log.dPort} ${log.sPort} - ${log.deviceId} - - - - - +<%-- ${log.deviceId} --%> + +<%-- --%> +<%-- --%> +<%-- --%> + - - ${fns:stringFormat(log.addrList,30)} - +<%-- --%> +<%-- ${fns:stringFormat(log.addrList,30)} --%> + ${log.serverLocate} ${log.clientLocate} 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 84a137a4d..8bd617781 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp @@ -118,7 +118,7 @@ $(document).ready(function(){
-
+ <%--
@@ -128,7 +128,7 @@ $(document).ready(function(){
-
+
--%>
@@ -180,10 +180,10 @@ $(document).ready(function(){ - - - - +<%-- --%> +<%-- --%> +<%-- --%> +<%-- --%> @@ -196,10 +196,10 @@ $(document).ready(function(){ - - +<%-- --%> +<%-- --%> - +<%-- --%> @@ -207,7 +207,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -216,7 +216,13 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} + + + + + + + ${log.duation} ${log.voipProtocol} @@ -228,10 +234,10 @@ $(document).ready(function(){ ${log.callingNumber} ${log.calledNumber} - ${log.fromToStoreIp} - ${log.fromToStoreUrl} - ${log.toFromStoreIp} - ${log.toFromStoreUrl} +<%-- ${log.fromToStoreIp} --%> +<%-- ${log.fromToStoreUrl} --%> +<%-- ${log.toFromStoreIp} --%> +<%-- ${log.toFromStoreUrl} --%> ${log.pid} ${log.sIp} ${log.dPort} ${log.sPort} - ${log.deviceId} - +<%-- ${log.deviceId} --%> + <%-- - + --%> - + <%-- ${fns:stringFormat(log.addrList,30)} - + --%> ${log.serverLocate} ${log.clientLocate} 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 5e54243df..5da9ccabf 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/openVpnList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/openVpnList.jsp @@ -189,7 +189,7 @@ $(document).ready(function(){ - +<%-- --%> @@ -197,7 +197,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -206,7 +206,13 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} + + + + + + + ${fns:stringFormat(log.version,30)} @@ -245,9 +251,9 @@ $(document).ready(function(){ - - ${fns:stringFormat(log.addrList,30)} - +<%-- --%> +<%-- ${fns:stringFormat(log.addrList,30)} --%> + ${fns:abbr(log.serverLocate,20)} ${fns:abbr(log.clientLocate,20)} 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 ba5a32719..043592c4a 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/pptpLogList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/pptpLogList.jsp @@ -181,7 +181,7 @@ - ${log.cfgId} + ${log.cfgId} 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 e344bc8a2..813fc5ab7 100644 --- a/src/main/webapp/WEB-INF/views/log/ntc/sshList.jsp +++ b/src/main/webapp/WEB-INF/views/log/ntc/sshList.jsp @@ -174,12 +174,12 @@ $(document).ready(function(){ - +<%-- --%> - + <%-- - + --%> @@ -191,7 +191,7 @@ $(document).ready(function(){ - +<%-- --%> @@ -199,7 +199,7 @@ $(document).ready(function(){ - ${log.cfgId} + ${log.cfgId} @@ -208,15 +208,21 @@ $(document).ready(function(){ ${log.foundTime} - ${log.entranceId} - - - ${fns:stringFormat(log.version,30)} + + + + + + + + <%-- + ${fns:stringFormat(log.version,30)} + --%> ${fns:stringFormat(log.hostKey,30)} - + <%-- ${fns:stringFormat(log.hostCookie,30)} @@ -224,12 +230,12 @@ $(document).ready(function(){ ${fns:stringFormat(log.mac,30)} - - + --%> + <%-- SSH SSHD SFTP - + --%> ${log.capIp} ${log.transProto} @@ -253,9 +259,9 @@ $(document).ready(function(){ - + <%-- ${fns:stringFormat(log.addrList,30)} - + --%> ${fns:abbr(log.serverLocate,20)} ${fns:abbr(log.clientLocate,20)}