...
|
...
|
@@ -37,6 +37,7 @@ innerHTML += "</ul></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 += "<ul><li id='li_hystrix_nginx'><a id='a_hystrix_nginx' href=''>NGINX</a></li>";
|
|
|
innerHTML += "</ul></li>";
|
|
|
|
|
|
/*工单系统*/
|
...
|
...
|
@@ -128,6 +129,7 @@ document.getElementById("li_luaswitch_a").setAttribute("href", path + "/luaswitc |
|
|
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_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");
|
|
|
document.getElementById("li_node_a").setAttribute("href", path + "/project/toNode");
|
...
|
...
|
|