diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js
index 1b72dd0d4..c8f1f47a6 100644
--- a/src/main/webapp/static/global/scripts/common.js
+++ b/src/main/webapp/static/global/scripts/common.js
@@ -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 = "
";
$(this).parents("tr").find("td").each(function(index,element){
if(index >0){
@@ -112,6 +112,7 @@ $(function(){
html+="
";
}
})
+ /*
if(pzhtml!=null && pzhtml!=""){
html+="
";
html+=""
@@ -126,7 +127,10 @@ $(function(){
html+="
"
}
html +="";
- top.$.jBox(html,{height:450,width:700,title:" Log Info",showIcon:false,opacity:0.5});
+ top.$.jBox(html,{height:450,width:700,title:" Log Info",showIcon:false,opacity:0.5});*/
+ html +="";
+
+ top.$.jBox(html,{height:450,width:600,title:" Log Info",showIcon:false,opacity:0.5});
});
//表格中的tooltips鼠标点击复制完整的内容
$("td>.tooltips").not(".addrPool").on("click",function(){