Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jack
9 years ago
Commit
645b0c8455cb18daf7f83779b4035501c5d0521d
1 parent
6e763aa6
隐藏老的redis监控
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
monitor-ui-web/src/main/webapp/script/common/genarate_left_panel.js
monitor-ui-web/src/main/webapp/script/common/genarate_left_panel.js
View file @
645b0c8
...
...
@@ -15,7 +15,7 @@ innerHTML += "<li class='submenu' id='li_monitor'><a id='li_monitor_a' href='#'>
innerHTML
+=
"<li id='li_javaApi'><a id='li_javaApi_a' href=''><i class='icon icon-th'></i> <span>JAVA服务信息</span></a></li>"
;
innerHTML
+=
"<li id='li_zkInfo'><a id='li_zkInfo_a' href=''><i class='icon icon-th'></i> <span>ZK监控</span></a></li>"
;
innerHTML
+=
"<li id='li_rabbitview'><a id='li_rabbitview_a' href=''><i class='icon icon-th'></i> <span>Rabbitmq监控</span></a></li>"
;
innerHTML
+=
"<li id='li_redisInfo'><a id='li_redisInfo_a' href=''><i class='icon icon-th'></i> <span>Redis监控</span></a></li>"
;
/*innerHTML += "<li id='li_redisInfo'><a id='li_redisInfo_a' href=''><i class='icon icon-th'></i> <span>Redis监控</span></a></li>";*/
innerHTML
+=
"<li id='li_newRedisMonitor'><a id='li_newRedisMonitor_a' href=''><i class='icon icon-th'></i> <span>Redis监控(new)</span></a></li>"
;
innerHTML
+=
"<li id='li_nginxview'><a id='li_nginxview_a' href=''><i class='icon icon-th'></i> <span>Nginx监控</span></a></li>"
;
innerHTML
+=
"<li id='li_dns_monitor'><a id='li_dns_monitor_a' href=''><i class='icon icon-th'></i> <span>DNS反劫持监控</span></a></li>"
;
...
...
@@ -87,7 +87,7 @@ document.getElementById("li_hostInfoList_a").setAttribute("href", path + "/hostI
document
.
getElementById
(
"li_javaApi_a"
).
setAttribute
(
"href"
,
path
+
"/javaApi/toJavaApi"
);
document
.
getElementById
(
"li_zkInfo_a"
).
setAttribute
(
"href"
,
path
+
"/zkMonitor/tozkMonitor"
);
document
.
getElementById
(
"li_rabbitview_a"
).
setAttribute
(
"href"
,
path
+
"/rabbitmq/toRabbitmq"
);
document
.
getElementById
(
"li_redisInfo_a"
).
setAttribute
(
"href"
,
path
+
"/redisInfo/toRedisInfo"
);
/*document.getElementById("li_redisInfo_a").setAttribute("href", path + "/redisInfo/toRedisInfo");*/
document
.
getElementById
(
"li_nginxview_a"
).
setAttribute
(
"href"
,
path
+
"/nginx/toNginxView"
);
document
.
getElementById
(
"li_projectRelease_a"
).
setAttribute
(
"href"
,
path
+
"/project/toProject"
);
document
.
getElementById
(
"li_others_a"
).
setAttribute
(
"href"
,
path
+
"/dashboard/toDashboard"
);
...
...
Please
register
or
login
to post a comment