|
@@ -37,6 +37,7 @@ innerHTML += "</ul></li>"; |
|
@@ -37,6 +37,7 @@ innerHTML += "</ul></li>"; |
37
|
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>";
|
37
|
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>";
|
38
|
innerHTML += "<ul><li id='li_hystrix_aws'><a id='a_hystrix_aws' href=''>AWS</a></li>";
|
38
|
innerHTML += "<ul><li id='li_hystrix_aws'><a id='a_hystrix_aws' href=''>AWS</a></li>";
|
39
|
innerHTML += "<li id='li_hystrix_qcloud'><a id='a_hystrix_qcloud' href=''>QCloud</a></li>";
|
39
|
innerHTML += "<li id='li_hystrix_qcloud'><a id='a_hystrix_qcloud' href=''>QCloud</a></li>";
|
|
|
40
|
+innerHTML += "<ul><li id='li_hystrix_nginx'><a id='a_hystrix_nginx' href=''>NGINX</a></li>";
|
40
|
innerHTML += "</ul></li>";
|
41
|
innerHTML += "</ul></li>";
|
41
|
|
42
|
|
42
|
/*工单系统*/
|
43
|
/*工单系统*/
|
|
@@ -128,6 +129,7 @@ document.getElementById("li_luaswitch_a").setAttribute("href", path + "/luaswitc |
|
@@ -128,6 +129,7 @@ document.getElementById("li_luaswitch_a").setAttribute("href", path + "/luaswitc |
128
|
document.getElementById("li_projectHistory_a").setAttribute("href", path + "/project/toHistory");
|
129
|
document.getElementById("li_projectHistory_a").setAttribute("href", path + "/project/toHistory");
|
129
|
document.getElementById("a_hystrix_aws").setAttribute("href", path + "/hystrix/aws");
|
130
|
document.getElementById("a_hystrix_aws").setAttribute("href", path + "/hystrix/aws");
|
130
|
document.getElementById("a_hystrix_qcloud").setAttribute("href", path + "/hystrix/qcloud");
|
131
|
document.getElementById("a_hystrix_qcloud").setAttribute("href", path + "/hystrix/qcloud");
|
|
|
132
|
+document.getElementById("a_hystrix_nginx").setAttribute("href", path + "/hystrix/nginx");
|
131
|
document.getElementById("li_dns_monitor_a").setAttribute("href", path + "/dns_monitor/");
|
133
|
document.getElementById("li_dns_monitor_a").setAttribute("href", path + "/dns_monitor/");
|
132
|
document.getElementById("li_nginxSync_a").setAttribute("href", path + "/nginxSync/toNginxSync");
|
134
|
document.getElementById("li_nginxSync_a").setAttribute("href", path + "/nginxSync/toNginxSync");
|
133
|
document.getElementById("li_node_a").setAttribute("href", path + "/project/toNode");
|
135
|
document.getElementById("li_node_a").setAttribute("href", path + "/project/toNode");
|