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
mlge
2018-06-07 11:38:20 +0800
Commit
fcde6bf9d9658858bd39d2010d9b72d052a127c3
1 parent
677a5465
docker日志检索 修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
monitor-ui-common/src/main/java/com/ui/contants/ProjectConstant.java
monitor-ui-web/src/main/webapp/jsp/dockerLog/dockerLog.jsp
monitor-ui-common/src/main/java/com/ui/contants/ProjectConstant.java
View file @
fcde6bf
...
...
@@ -8,7 +8,7 @@ public class ProjectConstant {
//左侧菜单的版本号控制
public
static
final
String
MENU_VERSION
=
"2018060
5
-001"
;
public
static
final
String
MENU_VERSION
=
"2018060
7
-001"
;
public
static
final
String
DEPLOY_IP
=
"10.66.80.23"
;
...
...
monitor-ui-web/src/main/webapp/jsp/dockerLog/dockerLog.jsp
View file @
fcde6bf
...
...
@@ -177,7 +177,7 @@
<script
src=
"<%=basePath %>script/common/genarate_left_panel.js?v=<%=ProjectConstant.MENU_VERSION %>"
></script>
<script>
$
(
"#li_
manag
er"
).
addClass
(
"active open"
);
$
(
"#li_
oth
er"
).
addClass
(
"active open"
);
$
(
"#li_docker_log"
).
addClass
(
"active"
);
</script>
...
...
Please
register
or
login
to post a comment