Sign in
简柏林
/
thingskit
·
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
79e533f23ab5d1b76a4a4bf3a798285b4901870b
Authored by
Andrew Shvayka
2017-08-18 17:55:59 +0300
1 parent
ddcf713f
Alarm Processor Descriptor improvement to show JSON
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
extensions-core/src/main/resources/AlarmProcessorDescriptor.json
extensions-core/src/main/resources/AlarmProcessorDescriptor.json
View file @
79e533f
...
...
@@ -31,8 +31,9 @@
31
31
"default"
:
true
32
32
},
33
33
"alarmDetailsTemplate"
:
{
34
-
"title"
:
"Alarm details"
,
35
-
"type"
:
"string"
34
+
"title"
:
"Alarm details (JSON)"
,
35
+
"type"
:
"string"
,
36
+
"default"
:
"{}"
36
37
}
37
38
},
38
39
"required"
:
[
...
...