diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index c8f1f47a6..71265bccd 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=""; @@ -85,10 +85,12 @@ $(function(){ htmls+="
"; htmls = htmls+data; subTab=subTab+htmls; - pzhtml=subTab; + //pzhtml=subTab.replace('col-md-4','col-md-8'); + var reg = new RegExp( 'col-md-4' , "g" ) + pzhtml = subTab.replace( reg , 'col-md-6' ); } }); - }*/ + } var html = "
"; $(this).parents("tr").find("td").each(function(index,element){ if(index >0){ @@ -112,10 +114,10 @@ $(function(){ html+="
"; } }) - /* + if(pzhtml!=null && pzhtml!=""){ html+="
"; - html+="
" + html+="
" html+=pzhtml; html +='