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
942fc72b9c3a00ea696b5614de838321b2baafea
1 parent
e02129d6
恢复密码重置 admin
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
monitor-ui-common/src/main/java/com/ui/contants/ProjectConstant.java
monitor-ui-web/src/main/webapp/jsp/dashBoard/dashBoard.jsp
monitor-ui-web/src/main/webapp/script/common/genarate_left_panel.js
monitor-ui-common/src/main/java/com/ui/contants/ProjectConstant.java
View file @
942fc72
...
...
@@ -7,7 +7,7 @@ package com.ui.contants;
public
class
ProjectConstant
{
//左侧菜单的版本号控制
public
static
final
String
MENU_VERSION
=
"20180
423-002
"
;
public
static
final
String
MENU_VERSION
=
"20180
508-001
"
;
public
static
final
String
DEPLOY_IP
=
"10.66.80.23"
;
...
...
monitor-ui-web/src/main/webapp/jsp/dashBoard/dashBoard.jsp
View file @
942fc72
...
...
@@ -113,4 +113,8 @@
<script
src=
"<%=basePath %>script/common/genarate_left_panel.js?v=<%=ProjectConstant.MENU_VERSION %>"
></script>
<script
type=
"text/javascript"
>
$
(
"#li_dashboard"
).
addClass
(
"active"
);
if
(
"admin"
==
"${sessionScope.user.name}"
){
$
(
"#changepwd_a"
).
show
();
}
</script>
...
...
monitor-ui-web/src/main/webapp/script/common/genarate_left_panel.js
View file @
942fc72
...
...
@@ -44,7 +44,7 @@ function GobalStandardPost(url,args){
var
innerHTML
=
"<h5 style='color: #E0EEE0;font-style:oblique;font-weight:900;font-size:200%;margin-left: 45px;margin-top: 20px;'>YOHO</h5>"
;
innerHTML
+=
"<div id='user-nav'>"
;
innerHTML
+=
"<ul class='nav btn-group'>"
;
//innerHTML += "<li class='btn btn-inverse'><a id='changepwd_a
' href='#'><i class='icon icon-cog'></i> <span class='text'>changePWD</span></a></li>";
innerHTML
+=
"<li class='btn btn-inverse'><a id='changepwd_a' style='display: none
' href='#'><i class='icon icon-cog'></i> <span class='text'>changePWD</span></a></li>"
;
innerHTML
+=
"<li class='btn btn-inverse'><a id='logout_a' href='#'><i class='icon icon-share-alt'></i> <span class='text'>Logout</span></a></li>"
;
innerHTML
+=
"</ul>"
;
innerHTML
+=
"</div>"
;
...
...
@@ -204,7 +204,7 @@ document.getElementById("li_phpRelease_a").setAttribute("href", path + "/phpBuil
document
.
getElementById
(
"li_nodeRelease_a"
).
setAttribute
(
"href"
,
path
+
"/nodeBuild/toProject"
);
document
.
getElementById
(
"li_dockerRelease_a"
).
setAttribute
(
"href"
,
path
+
"/dockerBuild/toProject"
);
document
.
getElementById
(
"logout_a"
).
setAttribute
(
"href"
,
path
+
"/user/logout"
);
//
document.getElementById("changepwd_a").setAttribute("href", path + "/user/toupdatePwd");
document
.
getElementById
(
"changepwd_a"
).
setAttribute
(
"href"
,
path
+
"/user/toupdatePwd"
);
document
.
getElementById
(
"li_sms_a"
).
setAttribute
(
"href"
,
path
+
"/sms/toSmsLog"
);
document
.
getElementById
(
"li_search_compare_a"
).
setAttribute
(
"href"
,
path
+
"/searchCompare/getComparePage"
);
document
.
getElementById
(
"li_zkMonitor_a"
).
setAttribute
(
"href"
,
path
+
"/zkCfgCommon/tozkMonitorList"
);
...
...
Please
register
or
login
to post a comment