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
qinchao
7 years ago
Commit
410a415959d01de880bfd7b1e03d5436c86fea8d
1 parent
82c12672
客户端错误日志入口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 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 @
410a415
...
...
@@ -145,6 +145,8 @@ innerHTML += "<li id='li_sql_operate'><a id='li_sql_operate_a' href=''>SQL通用
innerHTML
+=
"<li id='li_redis_operate'><a id='li_redis_operate_a' href=''>REDIS查询</a></li>"
;
innerHTML
+=
"</ul></li>"
;
/*其他*/
innerHTML
+=
"<li><a href='http://alog.yohops.com' target='_blank'><i class='icon icon-th'></i><span>客户端错误日志查询</span></a></li>"
;
innerHTML
+=
"</ul></div>"
;
document
.
getElementById
(
"head"
).
innerHTML
=
innerHTML
;
...
...
Please
register
or
login
to post a comment