cob-cli 2.12.1 → 2.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.publish.md +10 -0
- package/lib/task_lists/rsyncFilter.txt +3 -2
- package/package.json +1 -1
- package/templates/dashboards/dash/dist/css/app.97b1c4b4.css +8 -0
- package/templates/dashboards/dash/dist/dashboard.html +5 -5
- package/templates/dashboards/dash/dist/js/{app.f9c19b80.js → app.a1c26814.js} +9 -9
- package/templates/dashboards/dash/dist/js/app.a1c26814.js.map +1 -0
- package/templates/dashboards/dash/package-lock.json +3918 -5165
- package/templates/dashboards/dash/package.json +1 -1
- package/templates/dashboards/dash/src/App.vue +108 -64
- package/templates/dashboards/dash/src/collector.js +107 -35
- package/templates/dashboards/dash/src/components/Attention.vue +30 -0
- package/templates/dashboards/dash/src/components/Board.vue +22 -53
- package/templates/dashboards/dash/src/components/Dashboard.vue +24 -0
- package/templates/dashboards/dash/src/components/Filter.vue +58 -0
- package/templates/dashboards/dash/src/components/Kibana.vue +107 -0
- package/templates/dashboards/dash/src/components/Label.vue +15 -0
- package/templates/dashboards/dash/src/components/Menu.vue +33 -22
- package/templates/dashboards/dash/src/components/Totals.vue +35 -53
- package/templates/dashboards/dash/src/components/TotalsValue.vue +48 -59
- package/templates/dashboards/dash/src/dashboard.html +1 -1
- package/templates/dashboards/dash/src/definition_dashboard.json +741 -0
- package/templates/dashboards/dash/src/output.css +20103 -76122
- package/templates/dashboards/dash/tailwind.config.js +6 -10
- package/templates/frontend/common/js/cob/_show_hidden.js +1 -1
- package/templates/dashboards/dash/definition_dashboard_v59.json +0 -1
- package/templates/dashboards/dash/dist/css/app.2ca409ad.css +0 -8
- package/templates/dashboards/dash/dist/js/app.8423eff3.js +0 -188
- package/templates/dashboards/dash/dist/js/app.8423eff3.js.map +0 -1
- package/templates/dashboards/dash/dist/js/app.f9c19b80.js.map +0 -1
- package/templates/dashboards/dash/src/Dashboard.vue +0 -66
- package/templates/dashboards/dash/src/components/BoardsNav.vue +0 -23
- package/templates/dashboards/dash/src/components/BoardsPage.vue +0 -36
- package/templates/dashboards/dash/src/components/Title.vue +0 -21
- package/templates/dashboards/dash/src/definition_dashboard_v59.json +0 -394
|
@@ -0,0 +1,741 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": null,
|
|
3
|
+
"name": "Dashboard",
|
|
4
|
+
"description": null,
|
|
5
|
+
"duplicable": null,
|
|
6
|
+
"state": "enabled",
|
|
7
|
+
"fieldDefinitions": [
|
|
8
|
+
{
|
|
9
|
+
"id": null,
|
|
10
|
+
"name": "Dashboard Info",
|
|
11
|
+
"required": null,
|
|
12
|
+
"description": "$group",
|
|
13
|
+
"condition": null,
|
|
14
|
+
"duplicable": false,
|
|
15
|
+
"fields": [],
|
|
16
|
+
"order": 0,
|
|
17
|
+
"restricted": false,
|
|
18
|
+
"rootField": true,
|
|
19
|
+
"defaultValue": null
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": null,
|
|
23
|
+
"name": "Name",
|
|
24
|
+
"required": null,
|
|
25
|
+
"description": "$expanded $instanceLabel",
|
|
26
|
+
"condition": null,
|
|
27
|
+
"duplicable": false,
|
|
28
|
+
"fields": [],
|
|
29
|
+
"order": 1,
|
|
30
|
+
"restricted": false,
|
|
31
|
+
"rootField": true,
|
|
32
|
+
"defaultValue": null
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": null,
|
|
36
|
+
"name": "DashboardCustomize",
|
|
37
|
+
"required": null,
|
|
38
|
+
"description": "$[Classes,Image,Width,Grid,Access] $multiple $help[Select the defaults to change] $style[hide] ",
|
|
39
|
+
"condition": null,
|
|
40
|
+
"duplicable": false,
|
|
41
|
+
"fields": [
|
|
42
|
+
{
|
|
43
|
+
"id": null,
|
|
44
|
+
"name": "DashboardClasses",
|
|
45
|
+
"required": null,
|
|
46
|
+
"description": "$default(h-full bg-cover bg-center overflow-auto p-3) Default: h-full bg-cover bg-center overflow-auto p-3",
|
|
47
|
+
"condition": "=Classes",
|
|
48
|
+
"duplicable": false,
|
|
49
|
+
"fields": [],
|
|
50
|
+
"order": 3,
|
|
51
|
+
"restricted": false,
|
|
52
|
+
"rootField": false,
|
|
53
|
+
"defaultValue": "h-full bg-cover bg-center overflow-auto p-3"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": null,
|
|
57
|
+
"name": "Image",
|
|
58
|
+
"required": null,
|
|
59
|
+
"description": "$file Default:none",
|
|
60
|
+
"condition": "=Image",
|
|
61
|
+
"duplicable": false,
|
|
62
|
+
"fields": [],
|
|
63
|
+
"order": 4,
|
|
64
|
+
"restricted": false,
|
|
65
|
+
"rootField": false,
|
|
66
|
+
"defaultValue": null
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": null,
|
|
70
|
+
"name": "Width",
|
|
71
|
+
"required": null,
|
|
72
|
+
"description": "Default: max-w-6xl mx-auto ",
|
|
73
|
+
"condition": "=Width",
|
|
74
|
+
"duplicable": false,
|
|
75
|
+
"fields": [],
|
|
76
|
+
"order": 5,
|
|
77
|
+
"restricted": false,
|
|
78
|
+
"rootField": false,
|
|
79
|
+
"defaultValue": null
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"id": null,
|
|
83
|
+
"name": "Grid",
|
|
84
|
+
"required": null,
|
|
85
|
+
"description": "$default(grid grid-flow-row-dense md:grid-cols-12) Default: grid grid-flow-row-dense md:grid-cols-12",
|
|
86
|
+
"condition": "=Grid",
|
|
87
|
+
"duplicable": false,
|
|
88
|
+
"fields": [],
|
|
89
|
+
"order": 6,
|
|
90
|
+
"restricted": false,
|
|
91
|
+
"rootField": false,
|
|
92
|
+
"defaultValue": "grid grid-flow-row-dense md:grid-cols-12"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": null,
|
|
96
|
+
"name": "GroupAccess",
|
|
97
|
+
"required": null,
|
|
98
|
+
"description": "$instanceDescription Group allowed to access this dashboard",
|
|
99
|
+
"condition": "=Access",
|
|
100
|
+
"duplicable": true,
|
|
101
|
+
"fields": [],
|
|
102
|
+
"order": 7,
|
|
103
|
+
"restricted": false,
|
|
104
|
+
"rootField": false,
|
|
105
|
+
"defaultValue": null
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"order": 2,
|
|
109
|
+
"restricted": false,
|
|
110
|
+
"rootField": true,
|
|
111
|
+
"defaultValue": null
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"id": null,
|
|
115
|
+
"name": "URL",
|
|
116
|
+
"required": null,
|
|
117
|
+
"description": "$link $auto.text(id).join('/recordm/index.html#/cob.custom-resource/',id,'/dash') $instanceDescription",
|
|
118
|
+
"condition": null,
|
|
119
|
+
"duplicable": false,
|
|
120
|
+
"fields": [],
|
|
121
|
+
"order": 8,
|
|
122
|
+
"restricted": false,
|
|
123
|
+
"rootField": true,
|
|
124
|
+
"defaultValue": null
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": null,
|
|
128
|
+
"name": "Boards",
|
|
129
|
+
"required": null,
|
|
130
|
+
"description": "$group",
|
|
131
|
+
"condition": null,
|
|
132
|
+
"duplicable": false,
|
|
133
|
+
"fields": [],
|
|
134
|
+
"order": 9,
|
|
135
|
+
"restricted": false,
|
|
136
|
+
"rootField": true,
|
|
137
|
+
"defaultValue": null
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"id": null,
|
|
141
|
+
"name": "Board",
|
|
142
|
+
"required": null,
|
|
143
|
+
"description": null,
|
|
144
|
+
"condition": null,
|
|
145
|
+
"duplicable": true,
|
|
146
|
+
"fields": [
|
|
147
|
+
{
|
|
148
|
+
"id": null,
|
|
149
|
+
"name": "BoardCustomize",
|
|
150
|
+
"required": null,
|
|
151
|
+
"description": "$[Classes,Image] $multiple $help[Select the defaults to change] $style[hide] ",
|
|
152
|
+
"condition": null,
|
|
153
|
+
"duplicable": false,
|
|
154
|
+
"fields": [
|
|
155
|
+
{
|
|
156
|
+
"id": null,
|
|
157
|
+
"name": "BoardClasses",
|
|
158
|
+
"required": null,
|
|
159
|
+
"description": "$default(md:col-span-4 rounded-md border border-gray-300 p-4 m-1) Default: md:col-span-4 rounded-md border border-gray-300 p-4 m-1",
|
|
160
|
+
"condition": "=Classes",
|
|
161
|
+
"duplicable": false,
|
|
162
|
+
"fields": [],
|
|
163
|
+
"order": 12,
|
|
164
|
+
"restricted": false,
|
|
165
|
+
"rootField": false,
|
|
166
|
+
"defaultValue": "md:col-span-4 rounded-md border border-gray-300 p-4 m-1"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": null,
|
|
170
|
+
"name": "Image",
|
|
171
|
+
"required": null,
|
|
172
|
+
"description": "$file Default: none",
|
|
173
|
+
"condition": "=Image",
|
|
174
|
+
"duplicable": false,
|
|
175
|
+
"fields": [],
|
|
176
|
+
"order": 13,
|
|
177
|
+
"restricted": false,
|
|
178
|
+
"rootField": false,
|
|
179
|
+
"defaultValue": null
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"order": 11,
|
|
183
|
+
"restricted": false,
|
|
184
|
+
"rootField": false,
|
|
185
|
+
"defaultValue": null
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": null,
|
|
189
|
+
"name": "Component",
|
|
190
|
+
"required": null,
|
|
191
|
+
"description": "$[Label,Menu,Totals,Kibana,Filter] $instanceDescription $style[singleColumn] ",
|
|
192
|
+
"condition": null,
|
|
193
|
+
"duplicable": true,
|
|
194
|
+
"fields": [
|
|
195
|
+
{
|
|
196
|
+
"id": null,
|
|
197
|
+
"name": "LabelCustomize",
|
|
198
|
+
"required": null,
|
|
199
|
+
"description": "$[Classes,Image] $multiple $help[Select the defaults to change] $style[hide] ",
|
|
200
|
+
"condition": "=Label",
|
|
201
|
+
"duplicable": false,
|
|
202
|
+
"fields": [
|
|
203
|
+
{
|
|
204
|
+
"id": null,
|
|
205
|
+
"name": "LabelClasses",
|
|
206
|
+
"required": null,
|
|
207
|
+
"description": "$default(text-center) Default: text-center",
|
|
208
|
+
"condition": "=Classes",
|
|
209
|
+
"duplicable": false,
|
|
210
|
+
"fields": [],
|
|
211
|
+
"order": 16,
|
|
212
|
+
"restricted": false,
|
|
213
|
+
"rootField": false,
|
|
214
|
+
"defaultValue": "text-center"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"id": null,
|
|
218
|
+
"name": "Image",
|
|
219
|
+
"required": null,
|
|
220
|
+
"description": "$file Default: none",
|
|
221
|
+
"condition": "=Image",
|
|
222
|
+
"duplicable": false,
|
|
223
|
+
"fields": [],
|
|
224
|
+
"order": 17,
|
|
225
|
+
"restricted": false,
|
|
226
|
+
"rootField": false,
|
|
227
|
+
"defaultValue": null
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
"order": 15,
|
|
231
|
+
"restricted": false,
|
|
232
|
+
"rootField": false,
|
|
233
|
+
"defaultValue": null
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": null,
|
|
237
|
+
"name": "Label",
|
|
238
|
+
"required": null,
|
|
239
|
+
"description": null,
|
|
240
|
+
"condition": "=Label",
|
|
241
|
+
"duplicable": false,
|
|
242
|
+
"fields": [],
|
|
243
|
+
"order": 18,
|
|
244
|
+
"restricted": false,
|
|
245
|
+
"rootField": false,
|
|
246
|
+
"defaultValue": null
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"id": null,
|
|
250
|
+
"name": "MenuCustomize",
|
|
251
|
+
"required": null,
|
|
252
|
+
"description": "$[Classes] $multiple $help[Select the defaults to change] $style[hide] ",
|
|
253
|
+
"condition": "=Menu",
|
|
254
|
+
"duplicable": false,
|
|
255
|
+
"fields": [
|
|
256
|
+
{
|
|
257
|
+
"id": null,
|
|
258
|
+
"name": "MenuClasses",
|
|
259
|
+
"required": null,
|
|
260
|
+
"description": "$default(flex flex-col gap-y-2) Default: flex flex-col gap-y-2",
|
|
261
|
+
"condition": "=Classes",
|
|
262
|
+
"duplicable": false,
|
|
263
|
+
"fields": [],
|
|
264
|
+
"order": 20,
|
|
265
|
+
"restricted": false,
|
|
266
|
+
"rootField": false,
|
|
267
|
+
"defaultValue": "flex flex-col gap-y-2"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"order": 19,
|
|
271
|
+
"restricted": false,
|
|
272
|
+
"rootField": false,
|
|
273
|
+
"defaultValue": null
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"id": null,
|
|
277
|
+
"name": "Text",
|
|
278
|
+
"required": null,
|
|
279
|
+
"description": null,
|
|
280
|
+
"condition": "=Menu",
|
|
281
|
+
"duplicable": true,
|
|
282
|
+
"fields": [
|
|
283
|
+
{
|
|
284
|
+
"id": null,
|
|
285
|
+
"name": "TextCustomize",
|
|
286
|
+
"required": null,
|
|
287
|
+
"description": "$[Classes,Icon,Attention,Visibility] $multiple $help[Select the defaults to change] $style[hide] ",
|
|
288
|
+
"condition": null,
|
|
289
|
+
"duplicable": false,
|
|
290
|
+
"fields": [
|
|
291
|
+
{
|
|
292
|
+
"id": null,
|
|
293
|
+
"name": "TextClasses",
|
|
294
|
+
"required": null,
|
|
295
|
+
"description": "$default(transition ease-in-out duration-300 rounded-md border border-gray-300 border-l-2 border-l-sky-600 shadow-sm transform hover:translate-x-0.5 p-2) Default: transition ease-in-out duration-300 rounded-md border border-gray-300 border-l-2 border-l-sky-600 shadow-sm transform hover:translate-x-0.5 p-2",
|
|
296
|
+
"condition": "=Classes",
|
|
297
|
+
"duplicable": false,
|
|
298
|
+
"fields": [],
|
|
299
|
+
"order": 23,
|
|
300
|
+
"restricted": false,
|
|
301
|
+
"rootField": false,
|
|
302
|
+
"defaultValue": "transition ease-in-out duration-300 rounded-md border border-gray-300 border-l-2 border-l-sky-600 shadow-sm transform hover:translate-x-0.5 p-2"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"id": null,
|
|
306
|
+
"name": "Icon",
|
|
307
|
+
"required": null,
|
|
308
|
+
"description": "Default: none Example: fa-solid fa-circle-chevron-left",
|
|
309
|
+
"condition": "=Icon",
|
|
310
|
+
"duplicable": false,
|
|
311
|
+
"fields": [],
|
|
312
|
+
"order": 24,
|
|
313
|
+
"restricted": false,
|
|
314
|
+
"rootField": false,
|
|
315
|
+
"defaultValue": null
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"id": null,
|
|
319
|
+
"name": "TextAttention",
|
|
320
|
+
"required": null,
|
|
321
|
+
"description": "Crisis:<=-5, ActionableBad:-4 .. -1, No action Required:0, ActionableGood:1..4,Extraordinary:>=5",
|
|
322
|
+
"condition": "=Attention",
|
|
323
|
+
"duplicable": false,
|
|
324
|
+
"fields": [],
|
|
325
|
+
"order": 25,
|
|
326
|
+
"restricted": false,
|
|
327
|
+
"rootField": false,
|
|
328
|
+
"defaultValue": null
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": null,
|
|
332
|
+
"name": "GroupVisibility",
|
|
333
|
+
"required": null,
|
|
334
|
+
"description": "Group allowed to view this menu line",
|
|
335
|
+
"condition": "=Visibility",
|
|
336
|
+
"duplicable": true,
|
|
337
|
+
"fields": [],
|
|
338
|
+
"order": 26,
|
|
339
|
+
"restricted": false,
|
|
340
|
+
"rootField": false,
|
|
341
|
+
"defaultValue": null
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"order": 22,
|
|
345
|
+
"restricted": false,
|
|
346
|
+
"rootField": false,
|
|
347
|
+
"defaultValue": null
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"id": null,
|
|
351
|
+
"name": "Link",
|
|
352
|
+
"required": null,
|
|
353
|
+
"description": null,
|
|
354
|
+
"condition": null,
|
|
355
|
+
"duplicable": false,
|
|
356
|
+
"fields": [],
|
|
357
|
+
"order": 27,
|
|
358
|
+
"restricted": false,
|
|
359
|
+
"rootField": false,
|
|
360
|
+
"defaultValue": null
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"order": 21,
|
|
364
|
+
"restricted": false,
|
|
365
|
+
"rootField": false,
|
|
366
|
+
"defaultValue": null
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"id": null,
|
|
370
|
+
"name": "TotalsCustomize",
|
|
371
|
+
"required": null,
|
|
372
|
+
"description": "$[Classes,InputVar] $multiple $help[Select the defaults to change] $style[hide] ",
|
|
373
|
+
"condition": "=Totals",
|
|
374
|
+
"duplicable": false,
|
|
375
|
+
"fields": [
|
|
376
|
+
{
|
|
377
|
+
"id": null,
|
|
378
|
+
"name": "TotalsClasses",
|
|
379
|
+
"required": null,
|
|
380
|
+
"description": "$default(w-full table-auto) Default: w-full table-auto",
|
|
381
|
+
"condition": "=Classes",
|
|
382
|
+
"duplicable": false,
|
|
383
|
+
"fields": [],
|
|
384
|
+
"order": 29,
|
|
385
|
+
"restricted": false,
|
|
386
|
+
"rootField": false,
|
|
387
|
+
"defaultValue": "w-full table-auto"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"id": null,
|
|
391
|
+
"name": "InputVarTotals",
|
|
392
|
+
"required": null,
|
|
393
|
+
"description": null,
|
|
394
|
+
"condition": "=InputVar",
|
|
395
|
+
"duplicable": true,
|
|
396
|
+
"fields": [],
|
|
397
|
+
"order": 30,
|
|
398
|
+
"restricted": false,
|
|
399
|
+
"rootField": false,
|
|
400
|
+
"defaultValue": null
|
|
401
|
+
}
|
|
402
|
+
],
|
|
403
|
+
"order": 28,
|
|
404
|
+
"restricted": false,
|
|
405
|
+
"rootField": false,
|
|
406
|
+
"defaultValue": null
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"id": null,
|
|
410
|
+
"name": "Line",
|
|
411
|
+
"required": null,
|
|
412
|
+
"description": null,
|
|
413
|
+
"condition": "=Totals",
|
|
414
|
+
"duplicable": true,
|
|
415
|
+
"fields": [
|
|
416
|
+
{
|
|
417
|
+
"id": null,
|
|
418
|
+
"name": "LineCustomize",
|
|
419
|
+
"required": null,
|
|
420
|
+
"description": "$[LineClasses,TitleClasses] $multiple $help[Select the defaults to change] $style[hide] ",
|
|
421
|
+
"condition": null,
|
|
422
|
+
"duplicable": false,
|
|
423
|
+
"fields": [
|
|
424
|
+
{
|
|
425
|
+
"id": null,
|
|
426
|
+
"name": "LineClasses",
|
|
427
|
+
"required": null,
|
|
428
|
+
"description": "$default(text-right) Default: text-right",
|
|
429
|
+
"condition": "=LineClasses",
|
|
430
|
+
"duplicable": false,
|
|
431
|
+
"fields": [],
|
|
432
|
+
"order": 33,
|
|
433
|
+
"restricted": false,
|
|
434
|
+
"rootField": false,
|
|
435
|
+
"defaultValue": "text-right"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"id": null,
|
|
439
|
+
"name": "TitleClasses",
|
|
440
|
+
"required": null,
|
|
441
|
+
"description": "$default(text-left p-2) Default: text-left p-2",
|
|
442
|
+
"condition": "=TitleClasses",
|
|
443
|
+
"duplicable": false,
|
|
444
|
+
"fields": [],
|
|
445
|
+
"order": 34,
|
|
446
|
+
"restricted": false,
|
|
447
|
+
"rootField": false,
|
|
448
|
+
"defaultValue": "text-left p-2"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"order": 32,
|
|
452
|
+
"restricted": false,
|
|
453
|
+
"rootField": false,
|
|
454
|
+
"defaultValue": null
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"id": null,
|
|
458
|
+
"name": "Value",
|
|
459
|
+
"required": null,
|
|
460
|
+
"description": "$[*Label,definitionCount,domainCount,fieldSum,link] ",
|
|
461
|
+
"condition": null,
|
|
462
|
+
"duplicable": true,
|
|
463
|
+
"fields": [
|
|
464
|
+
{
|
|
465
|
+
"id": null,
|
|
466
|
+
"name": "ValueCustomize",
|
|
467
|
+
"required": null,
|
|
468
|
+
"description": "$[Classes,View,Attention,AttentionClasses,Unit] $multiple $help[Select the defaults to change] $style[hide]",
|
|
469
|
+
"condition": null,
|
|
470
|
+
"duplicable": false,
|
|
471
|
+
"fields": [
|
|
472
|
+
{
|
|
473
|
+
"id": null,
|
|
474
|
+
"name": "ValueClasses",
|
|
475
|
+
"required": null,
|
|
476
|
+
"description": "$default(w-0 p-2) Default: w-0 p-2",
|
|
477
|
+
"condition": "=Classes",
|
|
478
|
+
"duplicable": false,
|
|
479
|
+
"fields": [],
|
|
480
|
+
"order": 37,
|
|
481
|
+
"restricted": false,
|
|
482
|
+
"rootField": false,
|
|
483
|
+
"defaultValue": "w-0 p-2"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"id": null,
|
|
487
|
+
"name": "View",
|
|
488
|
+
"required": null,
|
|
489
|
+
"description": "Default: none",
|
|
490
|
+
"condition": "=View",
|
|
491
|
+
"duplicable": false,
|
|
492
|
+
"fields": [],
|
|
493
|
+
"order": 38,
|
|
494
|
+
"restricted": false,
|
|
495
|
+
"rootField": false,
|
|
496
|
+
"defaultValue": null
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"id": null,
|
|
500
|
+
"name": "ValueAttention",
|
|
501
|
+
"required": null,
|
|
502
|
+
"description": "Crisis:<=-5, ActionableBad:-4 .. -1, No action Required:0, ActionableGood:1..4,Extraordinary:>=5",
|
|
503
|
+
"condition": "=Attention",
|
|
504
|
+
"duplicable": false,
|
|
505
|
+
"fields": [],
|
|
506
|
+
"order": 39,
|
|
507
|
+
"restricted": false,
|
|
508
|
+
"rootField": false,
|
|
509
|
+
"defaultValue": null
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"id": null,
|
|
513
|
+
"name": "ValueAttentionClasses",
|
|
514
|
+
"required": null,
|
|
515
|
+
"description": "$default(fa-solid fa-circle pr-1 animate-pulse text-lg align-middle) Default: fa-solid fa-circle pr-1 animate-pulse text-lg align-middle",
|
|
516
|
+
"condition": "=AttentionClasses",
|
|
517
|
+
"duplicable": false,
|
|
518
|
+
"fields": [],
|
|
519
|
+
"order": 40,
|
|
520
|
+
"restricted": false,
|
|
521
|
+
"rootField": false,
|
|
522
|
+
"defaultValue": "fa-solid fa-circle pr-1 animate-pulse text-lg align-middle"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"id": null,
|
|
526
|
+
"name": "Unit",
|
|
527
|
+
"required": null,
|
|
528
|
+
"description": null,
|
|
529
|
+
"condition": "=Unit",
|
|
530
|
+
"duplicable": false,
|
|
531
|
+
"fields": [],
|
|
532
|
+
"order": 41,
|
|
533
|
+
"restricted": false,
|
|
534
|
+
"rootField": false,
|
|
535
|
+
"defaultValue": null
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"order": 36,
|
|
539
|
+
"restricted": false,
|
|
540
|
+
"rootField": false,
|
|
541
|
+
"defaultValue": null
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"id": null,
|
|
545
|
+
"name": "Arg",
|
|
546
|
+
"required": null,
|
|
547
|
+
"description": null,
|
|
548
|
+
"condition": null,
|
|
549
|
+
"duplicable": true,
|
|
550
|
+
"fields": [],
|
|
551
|
+
"order": 42,
|
|
552
|
+
"restricted": false,
|
|
553
|
+
"rootField": false,
|
|
554
|
+
"defaultValue": null
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"order": 35,
|
|
558
|
+
"restricted": false,
|
|
559
|
+
"rootField": false,
|
|
560
|
+
"defaultValue": "Label"
|
|
561
|
+
}
|
|
562
|
+
],
|
|
563
|
+
"order": 31,
|
|
564
|
+
"restricted": false,
|
|
565
|
+
"rootField": false,
|
|
566
|
+
"defaultValue": null
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"id": null,
|
|
570
|
+
"name": "KibanaCustomize",
|
|
571
|
+
"required": null,
|
|
572
|
+
"description": "$[Classes,InputVar,OutputVar] $multiple $help[Select the defaults to change] $style[hide] ",
|
|
573
|
+
"condition": "=Kibana",
|
|
574
|
+
"duplicable": false,
|
|
575
|
+
"fields": [
|
|
576
|
+
{
|
|
577
|
+
"id": null,
|
|
578
|
+
"name": "KibanaClasses",
|
|
579
|
+
"required": null,
|
|
580
|
+
"description": null,
|
|
581
|
+
"condition": "=Classes",
|
|
582
|
+
"duplicable": false,
|
|
583
|
+
"fields": [],
|
|
584
|
+
"order": 44,
|
|
585
|
+
"restricted": false,
|
|
586
|
+
"rootField": false,
|
|
587
|
+
"defaultValue": null
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"id": null,
|
|
591
|
+
"name": "InputVarKibana",
|
|
592
|
+
"required": null,
|
|
593
|
+
"description": null,
|
|
594
|
+
"condition": "=InputVar",
|
|
595
|
+
"duplicable": true,
|
|
596
|
+
"fields": [],
|
|
597
|
+
"order": 45,
|
|
598
|
+
"restricted": false,
|
|
599
|
+
"rootField": false,
|
|
600
|
+
"defaultValue": null
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"id": null,
|
|
604
|
+
"name": "OutputVarKibana",
|
|
605
|
+
"required": null,
|
|
606
|
+
"description": null,
|
|
607
|
+
"condition": "=OutputVar",
|
|
608
|
+
"duplicable": false,
|
|
609
|
+
"fields": [],
|
|
610
|
+
"order": 46,
|
|
611
|
+
"restricted": false,
|
|
612
|
+
"rootField": false,
|
|
613
|
+
"defaultValue": null
|
|
614
|
+
}
|
|
615
|
+
],
|
|
616
|
+
"order": 43,
|
|
617
|
+
"restricted": false,
|
|
618
|
+
"rootField": false,
|
|
619
|
+
"defaultValue": null
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"id": null,
|
|
623
|
+
"name": "ShareLink",
|
|
624
|
+
"required": null,
|
|
625
|
+
"description": null,
|
|
626
|
+
"condition": "=Kibana",
|
|
627
|
+
"duplicable": false,
|
|
628
|
+
"fields": [],
|
|
629
|
+
"order": 47,
|
|
630
|
+
"restricted": false,
|
|
631
|
+
"rootField": false,
|
|
632
|
+
"defaultValue": null
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"id": null,
|
|
636
|
+
"name": "FilterCustomize",
|
|
637
|
+
"required": null,
|
|
638
|
+
"description": "$[Classes,Type] $multiple $help[Select the defaults to change] $style[hide] ",
|
|
639
|
+
"condition": "=Filter",
|
|
640
|
+
"duplicable": false,
|
|
641
|
+
"fields": [
|
|
642
|
+
{
|
|
643
|
+
"id": null,
|
|
644
|
+
"name": "FilterClasses",
|
|
645
|
+
"required": null,
|
|
646
|
+
"description": null,
|
|
647
|
+
"condition": "=Classes",
|
|
648
|
+
"duplicable": false,
|
|
649
|
+
"fields": [],
|
|
650
|
+
"order": 49,
|
|
651
|
+
"restricted": false,
|
|
652
|
+
"rootField": false,
|
|
653
|
+
"defaultValue": null
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"id": null,
|
|
657
|
+
"name": "Type",
|
|
658
|
+
"required": null,
|
|
659
|
+
"description": "$[Text,List,Date]",
|
|
660
|
+
"condition": "=Type",
|
|
661
|
+
"duplicable": false,
|
|
662
|
+
"fields": [
|
|
663
|
+
{
|
|
664
|
+
"id": null,
|
|
665
|
+
"name": "Alternatives",
|
|
666
|
+
"required": null,
|
|
667
|
+
"description": null,
|
|
668
|
+
"condition": "=List",
|
|
669
|
+
"duplicable": false,
|
|
670
|
+
"fields": [],
|
|
671
|
+
"order": 51,
|
|
672
|
+
"restricted": false,
|
|
673
|
+
"rootField": false,
|
|
674
|
+
"defaultValue": null
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"id": null,
|
|
678
|
+
"name": "DateFilterType",
|
|
679
|
+
"required": null,
|
|
680
|
+
"description": null,
|
|
681
|
+
"condition": "=Date",
|
|
682
|
+
"duplicable": false,
|
|
683
|
+
"fields": [],
|
|
684
|
+
"order": 52,
|
|
685
|
+
"restricted": false,
|
|
686
|
+
"rootField": false,
|
|
687
|
+
"defaultValue": null
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"order": 50,
|
|
691
|
+
"restricted": false,
|
|
692
|
+
"rootField": false,
|
|
693
|
+
"defaultValue": null
|
|
694
|
+
}
|
|
695
|
+
],
|
|
696
|
+
"order": 48,
|
|
697
|
+
"restricted": false,
|
|
698
|
+
"rootField": false,
|
|
699
|
+
"defaultValue": null
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"id": null,
|
|
703
|
+
"name": "OutputVarFilter",
|
|
704
|
+
"required": null,
|
|
705
|
+
"description": null,
|
|
706
|
+
"condition": "=Filter",
|
|
707
|
+
"duplicable": false,
|
|
708
|
+
"fields": [],
|
|
709
|
+
"order": 53,
|
|
710
|
+
"restricted": false,
|
|
711
|
+
"rootField": false,
|
|
712
|
+
"defaultValue": null
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"id": null,
|
|
716
|
+
"name": "Query",
|
|
717
|
+
"required": null,
|
|
718
|
+
"description": null,
|
|
719
|
+
"condition": "=MD List",
|
|
720
|
+
"duplicable": false,
|
|
721
|
+
"fields": [],
|
|
722
|
+
"order": 54,
|
|
723
|
+
"restricted": false,
|
|
724
|
+
"rootField": false,
|
|
725
|
+
"defaultValue": null
|
|
726
|
+
}
|
|
727
|
+
],
|
|
728
|
+
"order": 14,
|
|
729
|
+
"restricted": false,
|
|
730
|
+
"rootField": false,
|
|
731
|
+
"defaultValue": null
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
"order": 10,
|
|
735
|
+
"restricted": false,
|
|
736
|
+
"rootField": true,
|
|
737
|
+
"defaultValue": null
|
|
738
|
+
}
|
|
739
|
+
],
|
|
740
|
+
"version": null
|
|
741
|
+
}
|