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
2018-04-02 18:05:45 +0800
Commit
7fac2f2c9e64e6abae8f78a5ff81d244497f3ac9
1 parent
6c3ff162
发布环境更改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
monitor-ui-common/src/main/java/com/ui/project/ProjectEnvironment.java
monitor-ui-common/src/main/java/com/ui/project/ProjectEnvironment.java
View file @
7fac2f2
...
...
@@ -51,6 +51,7 @@ public class ProjectEnvironment {
List
<
String
>
ls
=
new
ArrayList
<>();
ls
.
add
(
JAVA_ENV_LIST_AWS
.
get
(
0
));
ls
.
add
(
JAVA_ENV_LIST_QCLOUD
.
get
(
0
));
return
ls
;
}
return
JAVA_ENV_LIST
;
}
...
...
Please
register
or
login
to post a comment