调整区域信息显示格式
This commit is contained in:
@@ -512,8 +512,8 @@ var viewAreaInfo=function(path,areaEffectiveIds,compileId){
|
||||
title=$.validator.messages.area+" "+$.validator.messages.isp;
|
||||
html+="<table class='table table-striped table-bordered table-condensed' style='margin-left: 10px; width: 96%;'>";
|
||||
html+="<thead>";
|
||||
html+="<th>"+$.validator.messages.area+"</th>" +
|
||||
"<th>"+$.validator.messages.isp+"</th>";
|
||||
html+="<th style='width:50%;padding-right:0px'>"+$.validator.messages.area+"</th>" +
|
||||
"<th style='width:50%;padding-right:0px'>"+$.validator.messages.isp+"</th>";
|
||||
html+="</thead>";
|
||||
html+="<tbody>";
|
||||
for(i=0;i<data.areaIsps.length;i++){
|
||||
@@ -531,9 +531,9 @@ var viewAreaInfo=function(path,areaEffectiveIds,compileId){
|
||||
title=$.validator.messages.area+" ip";
|
||||
html+="<table class='table table-striped table-bordered table-condensed' style='margin-left: 10px; width: 96%;'>";
|
||||
html+="<thead>";
|
||||
html+="<th>"+$.validator.messages.ip_type+"</th>" +
|
||||
"<th>"+$.validator.messages.ip_pattern+"</th>" +
|
||||
"<th>"+$.validator.messages.client_ip+"</th>";
|
||||
html+="<th style='width:20%;padding-right:0px'>"+$.validator.messages.ip_type+"</th>" +
|
||||
"<th style='width:20%;padding-right:0px'>"+$.validator.messages.ip_pattern+"</th>" +
|
||||
"<th style='width:60%;padding-right:0px'>"+$.validator.messages.client_ip+"</th>";
|
||||
html+="</thead>";
|
||||
html+="<tbody>";
|
||||
for(i=0;i<data.areaIps.length;i++){
|
||||
|
||||
Reference in New Issue
Block a user