修改voip关键字显示长度
This commit is contained in:
@@ -109,10 +109,9 @@
|
|||||||
$.each(data.subscribe,function(index,item){
|
$.each(data.subscribe,function(index,item){
|
||||||
console.log(item.cfgKeywords);
|
console.log(item.cfgKeywords);
|
||||||
html+="<div class='row'>";
|
html+="<div class='row'>";
|
||||||
html+="<div class='col-md-4'>";
|
html+="<div class='col-md-8'>";
|
||||||
html+="<div class='form-group'>";
|
html+="<div class='form-group'>";
|
||||||
html+="<label><spring:message code='NTC_SUBSCRIBE_ID'/>:</label>";
|
html+="<label><spring:message code='NTC_SUBSCRIBE_ID'/>: ";
|
||||||
html+="<label>"
|
|
||||||
html+=item.cfgKeywords.replace(/\*\*\*and\*\*\*/g , " ");
|
html+=item.cfgKeywords.replace(/\*\*\*and\*\*\*/g , " ");
|
||||||
html+="</label>";
|
html+="</label>";
|
||||||
html+="</div>";
|
html+="</div>";
|
||||||
@@ -232,10 +231,9 @@
|
|||||||
html+="<div id='accountInfo"+index+"' class='content content2' style='display:none'>";
|
html+="<div id='accountInfo"+index+"' class='content content2' style='display:none'>";
|
||||||
$.each(data.account,function(index,item){
|
$.each(data.account,function(index,item){
|
||||||
html+="<div class='row'>";
|
html+="<div class='row'>";
|
||||||
html+="<div class='col-md-4'>";
|
html+="<div class='col-md-8'>";
|
||||||
html+="<div class='form-group'>";
|
html+="<div class='form-group'>";
|
||||||
html+="<label><spring:message code='account'/>:</label>";
|
html+="<label><spring:message code='account'/>: ";
|
||||||
html+="<label>"
|
|
||||||
html+=item.cfgKeywords.replace(/\*\*\*and\*\*\*/g , " ");
|
html+=item.cfgKeywords.replace(/\*\*\*and\*\*\*/g , " ");
|
||||||
html+="</label>";
|
html+="</label>";
|
||||||
html+="</div>";
|
html+="</div>";
|
||||||
|
|||||||
@@ -107,10 +107,9 @@
|
|||||||
html+="<div id='subscribeInfo"+index+"' class='content content'>";
|
html+="<div id='subscribeInfo"+index+"' class='content content'>";
|
||||||
$.each(data.subscribe,function(index,item){
|
$.each(data.subscribe,function(index,item){
|
||||||
html+="<div class='row'>";
|
html+="<div class='row'>";
|
||||||
html+="<div class='col-md-4'>";
|
html+="<div class='col-md-8'>";
|
||||||
html+="<div class='form-group'>";
|
html+="<div class='form-group'>";
|
||||||
html+="<label><spring:message code='NTC_SUBSCRIBE_ID'/>:</label>";
|
html+="<label class='keyword-disinline'><spring:message code='NTC_SUBSCRIBE_ID'/>: ";
|
||||||
html+="<label>"
|
|
||||||
html+=item.cfgKeywords.replace(/\*\*\*and\*\*\*/g , " ");
|
html+=item.cfgKeywords.replace(/\*\*\*and\*\*\*/g , " ");
|
||||||
html+="</label>";
|
html+="</label>";
|
||||||
html+="</div>";
|
html+="</div>";
|
||||||
|
|||||||
Reference in New Issue
Block a user