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
0d5e24e8f57197f32749fdb445f54af7e2f29c64
Authored by
fengwotao
2023-08-30 09:45:11 +0800
1 parent
d6d1dd70
fix: 修改场景联动告警等级危险改为紧急
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/rule/linkedge/config/config.data.ts
src/views/rule/linkedge/config/config.data.ts
View file @
0d5e24e
...
...
@@ -749,7 +749,7 @@ export const actionSchema: FormSchema[] = [
749
749
placeholder: '请选择告警等级',
750
750
options: [
751
751
{
752
-
label: '
危险
',
752
+
label: '
紧急
',
753
753
value: 'CRITICAL',
754
754
},
755
755
{
...
...