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
zhengyouwei
8 years ago
Commit
01c1a3670c143f57b37a8c06c2f8e9a550e9e1d7
1 parent
84d621e7
fix
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 @
01c1a36
...
...
@@ -34,10 +34,10 @@ 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
+=
"<li class='submenu' id='li_hystrix'><a id='a_hystrix' href='#'><i class='icon icon-th-list'></i> <span>Hystrix</span><span class='label'>
3
</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
+=
"<li id='li_hystrix_nginx'><a id='a_hystrix_nginx' href=''>NGINX</a></li>"
;
innerHTML
+=
"</ul></li>"
;
/*工单系统*/
...
...
Please
register
or
login
to post a comment