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
d6087e7faa12eab4a6d75d91b3926779099cdf9f
1 parent
676dc2a7
增加拦截
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
monitor-ui-common/src/main/java/com/ui/User/UserOperateEnum.java
monitor-ui-common/src/main/java/com/ui/User/UserOperateEnum.java
View file @
d6087e7
...
...
@@ -88,6 +88,8 @@ public enum UserOperateEnum {
//docker发布
dockerBuild_mirrorAndDeploy
(
"/dockerBuild/mirrorAndDeploy"
,
"docker发布"
,
true
),
dockerBuild_rollback
(
"/dockerBuild/rollback"
,
"docker回滚"
,
true
),
outer_gitWebHook
(
"/outer/gitWebHook"
,
"docker自动发布"
,
true
),
outer_updateJenkinsStatus
(
"/outer/updateJenkinsStatus"
,
"docker工单发布更新Jenkins"
,
true
),
//java按天回滚
project_doRollbackByTime
(
"/project/doRollbackByTime"
,
"java按天回滚"
,
true
)
...
...
Please
register
or
login
to post a comment