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 c522761e8..6f54771f2 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp
@@ -174,6 +174,8 @@ $(document).ready(function(){
- VOIP ACCOUNT
+ VoIP ACCOUNT
@@ -233,7 +233,12 @@ $(document).ready(function(){
${log.toFromStoreIp} |
${log.toFromStoreUrl} |
${log.pid} |
-
${log.logUri} |
+
+
+ http://${fn:substring(log.logUri,0,20) }
+
+ |
${log.level} |
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 d9e464ff7..9d58ed551 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp
@@ -38,7 +38,7 @@ $(document).ready(function(){
- VOIP IP
+ VoIP IP
@@ -233,7 +233,12 @@ $(document).ready(function(){
${log.toFromStoreIp} |
${log.toFromStoreUrl} |
${log.pid} |
- ${log.logUri} |
+
+
+ http://${fn:substring(log.logUri,0,20) }
+
+ |
${log.level} |
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 061e94cbd..485929a62 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipList.jsp
@@ -38,7 +38,7 @@ $(document).ready(function(){
- VOIP
+ VoIP
@@ -233,7 +233,12 @@ $(document).ready(function(){
${log.toFromStoreIp} |
${log.toFromStoreUrl} |
${log.pid} |
- ${log.logUri} |
+
+
+ http://${fn:substring(log.logUri,0,20) }
+
+ |
${log.level} |
| | |