Authored by qinchao

去掉不用菜单

... ... @@ -104,7 +104,7 @@
</div>
</div>
</body>
<script src="<%=basePath %>script/common/genarate_left_panel.js?v=20171213"></script>
<script src="<%=basePath %>script/common/genarate_left_panel.js?v=20171219"></script>
<script type="text/javascript">
$("#li_dashboard").addClass("active");
</script>
... ...
... ... @@ -47,11 +47,11 @@ innerHTML += "<li id='li_mobjectInfo'><a id='li_mobjectInfo_a' href=''><i class=
innerHTML += "</ul></li>";
/*Hystrix*/
innerHTML += "<li class='submenu' id='li_hystrix'><a id='a_hystrix' href='#'><i class='icon icon-th-list'></i> <span>Hystrix</span><span class='label'>2</span></a>";
innerHTML += "<ul><li id='li_hystrix_aws'><a id='a_hystrix_aws' href=''>AWS</a></li>";
innerHTML += "<li id='li_hystrix_qcloud'><a id='a_hystrix_qcloud' href=''>QCloud</a></li>";
/*innerHTML += "<li class='submenu' id='li_hystrix'><a id='a_hystrix' href='#'><i class='icon icon-th-list'></i> <span>Hystrix</span><span class='label'>2</span></a>";*/
/*innerHTML += "<ul><li id='li_hystrix_aws'><a id='a_hystrix_aws' href=''>AWS</a></li>";*/
/*innerHTML += "<li id='li_hystrix_qcloud'><a id='a_hystrix_qcloud' href=''>QCloud</a></li>";*/
/*innerHTML += "<li id='li_hystrix_nginx'><a id='a_hystrix_nginx' href=''>NGINX</a></li>";*/
innerHTML += "</ul></li>";
/*innerHTML += "</ul></li>";*/
/*工单系统*/
innerHTML += "<li class='submenu' id='li_worksystem'><a id='li_worksystem_a' href='#'><i class='icon icon-th-list'></i> <span>工单系统</span><span class='label'>4</span></a><ul>";
... ... @@ -186,8 +186,8 @@ document.getElementById("li_redisClear_a").setAttribute("href", path + "/redisCl
//document.getElementById("li_nginxswitch_a").setAttribute("href", path + "/nginxswitch/toNginxSwitch");
//document.getElementById("li_luaswitch_a").setAttribute("href", path + "/luaswitch/toLuaSwitch");
document.getElementById("li_projectHistory_a").setAttribute("href", path + "/project/toHistory");
document.getElementById("a_hystrix_aws").setAttribute("href", path + "/hystrix/aws");
document.getElementById("a_hystrix_qcloud").setAttribute("href", path + "/hystrix/qcloud");
//document.getElementById("a_hystrix_aws").setAttribute("href", path + "/hystrix/aws");
//document.getElementById("a_hystrix_qcloud").setAttribute("href", path + "/hystrix/qcloud");
//document.getElementById("a_hystrix_nginx").setAttribute("href", path + "/hystrix/nginx");
document.getElementById("li_dns_monitor_a").setAttribute("href", path + "/dns_monitor/");
document.getElementById("li_nginxSync_a").setAttribute("href", path + "/nginxSync/toNginxSync");
... ...