From 6502abab295a744c33c75e6412482039feba03af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E5=86=AC=E6=A2=85?= Date: Wed, 12 Dec 2018 13:57:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=85=88=E4=B8=8D=E6=89=93?= =?UTF-8?q?=E5=BC=80=E6=97=A5=E5=BF=97=E6=9F=A5=E7=9C=8B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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(){