Showing
3 changed files
with
3 additions
and
3 deletions
@@ -244,7 +244,7 @@ | @@ -244,7 +244,7 @@ | ||
244 | </div> | 244 | </div> |
245 | </div> | 245 | </div> |
246 | </body> | 246 | </body> |
247 | -<script src="<%=basePath %>script/common/genarate_left_panel.js?v=20171211"></script> | 247 | +<script src="<%=basePath %>script/common/genarate_left_panel.js?v=20171213"></script> |
248 | <script type="text/javascript"> | 248 | <script type="text/javascript"> |
249 | $("#li_dashboard").addClass("active"); | 249 | $("#li_dashboard").addClass("active"); |
250 | </script> | 250 | </script> |
@@ -929,7 +929,7 @@ function stopJavaProcess() { | @@ -929,7 +929,7 @@ function stopJavaProcess() { | ||
929 | for(var i=0;i<array_souInstanceIps.length;i++){ | 929 | for(var i=0;i<array_souInstanceIps.length;i++){ |
930 | var oldTmpIp=array_souInstanceIps[i]; | 930 | var oldTmpIp=array_souInstanceIps[i]; |
931 | var tmpWithComm=oldTmpIp+","; | 931 | var tmpWithComm=oldTmpIp+","; |
932 | - if(tmpWithComm.indexOf(tmpNewIps)<0){ | 932 | + if(tmpNewIps.indexOf(tmpWithComm)<0){ |
933 | if(suoIps.length>0){ | 933 | if(suoIps.length>0){ |
934 | suoIps+=","; | 934 | suoIps+=","; |
935 | } | 935 | } |
@@ -146,7 +146,7 @@ innerHTML += "<li id='li_redis_operate'><a id='li_redis_operate_a' href=''>REDIS | @@ -146,7 +146,7 @@ innerHTML += "<li id='li_redis_operate'><a id='li_redis_operate_a' href=''>REDIS | ||
146 | innerHTML += "</ul></li>";/*其他*/ | 146 | innerHTML += "</ul></li>";/*其他*/ |
147 | 147 | ||
148 | /*客户端错误日志查询 */ | 148 | /*客户端错误日志查询 */ |
149 | -innerHTML += "<li><a href='http://alog.yohops.com' target='_blank'><i class='icon icon-th'></i><span>客户端错误日志查询</span></a></li>"; | 149 | +//innerHTML += "<li><a href='http://alog.yohops.com' target='_blank'><i class='icon icon-th'></i><span>客户端错误日志查询</span></a></li>"; |
150 | /*客户端错误日志查询 end */ | 150 | /*客户端错误日志查询 end */ |
151 | 151 | ||
152 | innerHTML += "</ul></div>"; | 152 | innerHTML += "</ul></div>"; |
-
Please register or login to post a comment