暂时先不打开日志查看配置功能
This commit is contained in:
@@ -67,7 +67,7 @@ $(function(){
|
||||
setIsHexBin(this);
|
||||
});
|
||||
$("a[name=viewLogInfo]>i").on("click",function(){
|
||||
|
||||
/*
|
||||
var url=$(this).parents("a").attr("url");
|
||||
var compileId=$(this).parents("a").attr("compileId");
|
||||
var pzhtml="";
|
||||
@@ -88,7 +88,7 @@ $(function(){
|
||||
pzhtml=subTab;
|
||||
}
|
||||
});
|
||||
}
|
||||
}*/
|
||||
var html = "<div class='logInfo'>";
|
||||
$(this).parents("tr").find("td").each(function(index,element){
|
||||
if(index >0){
|
||||
@@ -112,6 +112,7 @@ $(function(){
|
||||
html+="</div>";
|
||||
}
|
||||
})
|
||||
/*
|
||||
if(pzhtml!=null && pzhtml!=""){
|
||||
html+="<hr style='width: 105%;margin-left: -5%;border-top: 1px solid #c5c5c5;' />";
|
||||
html+="<div style='width:100%'>"
|
||||
@@ -126,7 +127,10 @@ $(function(){
|
||||
html+="</div>"
|
||||
}
|
||||
html +="</br></div>";
|
||||
top.$.jBox(html,{height:450,width:700,title:"<i class='icon-book-open'></i> Log Info",showIcon:false,opacity:0.5});
|
||||
top.$.jBox(html,{height:450,width:700,title:"<i class='icon-book-open'></i> Log Info",showIcon:false,opacity:0.5});*/
|
||||
html +="</div>";
|
||||
|
||||
top.$.jBox(html,{height:450,width:600,title:"<i class='icon-book-open'></i> Log Info",showIcon:false,opacity:0.5});
|
||||
});
|
||||
//表格中的tooltips鼠标点击复制完整的内容
|
||||
$("td>.tooltips").not(".addrPool").on("click",function(){
|
||||
|
||||
Reference in New Issue
Block a user