补充提交
This commit is contained in:
@@ -137,6 +137,7 @@
|
|||||||
class="table table-striped table-bordered table-condensed text-nowrap">
|
class="table table-striped table-bordered table-condensed text-nowrap">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th><spring:message code="trend"/></th>
|
||||||
<th><spring:message code="domain_name"/></th>
|
<th><spring:message code="domain_name"/></th>
|
||||||
<th><spring:message code="unique_num"/></th>
|
<th><spring:message code="unique_num"/></th>
|
||||||
<th><spring:message code="entrance_id"/></th>
|
<th><spring:message code="entrance_id"/></th>
|
||||||
@@ -370,7 +371,7 @@
|
|||||||
gbytper=((data.Gbyte/(totalGbyte))*100).toFixed(2);
|
gbytper=((data.Gbyte/(totalGbyte))*100).toFixed(2);
|
||||||
}
|
}
|
||||||
var html = '<tr>';
|
var html = '<tr>';
|
||||||
html += '<td class="tc"><a onclick="searchByDomain(\''+data.webId+'\',\''+data.website+'\')"><i class='fa fa-line-chart'></i></a></td>';
|
html += '<td class="tc"><a onclick="searchByDomain(\''+data.webId+'\',\''+data.website+'\')"><i class="fa fa-line-chart"></i></a></td>';
|
||||||
html += "<td class='tc'>" + data.website + "</td>";
|
html += "<td class='tc'>" + data.website + "</td>";
|
||||||
html += "<td class='tc'>" + data.uniqueNum + "</td>";
|
html += "<td class='tc'>" + data.uniqueNum + "</td>";
|
||||||
html += "<td class='tc'>" + (((data.entranceId)==1) ? "Astana":"Alamty") + "</td>";
|
html += "<td class='tc'>" + (((data.entranceId)==1) ? "Astana":"Alamty") + "</td>";
|
||||||
|
|||||||
Reference in New Issue
Block a user