Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
d09042be20dd9d22b0a4be16ef8300c4f66d6b4c
Authored by
ww
2023-02-24 17:40:56 +0800
1 parent
702f0fc2
fix: 事件管理事件类型tag颜色修改
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/device/list/cpns/tabs/EventManage/config.ts
src/views/device/list/cpns/tabs/EventManage/config.ts
View file @
d09042b
...
...
@@ -12,8 +12,8 @@ enum EventType {
12
12
13
13
enum EventTypeColor {
14
14
ERROR = 'error',
15
-
INFO = 'warning',
16
-
ALERT = 'default',
15
+
INFO = 'success',
16
+
ALERT = 'warning',
17
17
}
18
18
19
19
enum EventTypeName {
...
...