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-06-13 13:52:41 +0800
Commit
b79e165dff8d8a6dbf13c7b12fda5d5568403246
1 parent
fe06c500
主机管理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-ctrl/src/main/java/com/ui/common/TagTypeEnum.java
monitor-ui-ctrl/src/main/java/com/ui/common/TagTypeEnum.java
View file @
b79e165
...
...
@@ -13,7 +13,7 @@ public enum TagTypeEnum {
SUB_MODULE
(
"submod"
,
"子模块"
),
TECH
(
"tech"
,
"软件技术"
),
//CLOUD("cloud", "云类型"),
MIDDLEWARE
(
"mid"
,
"中间件"
),
//
MIDDLEWARE("mid", "中间件"),
APPLICATION
(
"app"
,
"应用服务"
),
OTHER
(
"other"
,
"其它"
)
;
...
...
Please
register
or
login
to post a comment