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
b2a110cc607fbbd5fde73f4cd38991531f978c5f
1 parent
410a4159
客户端错误日志入口
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 @
b2a110c
...
...
@@ -145,7 +145,9 @@ 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>"
;
/*客户端错误日志查询 end */
innerHTML
+=
"</ul></div>"
;
document
.
getElementById
(
"head"
).
innerHTML
=
innerHTML
;
...
...
Please
register
or
login
to post a comment