Skip to content

Commit 892b380

Browse files
authored
add running-playbooks widget (#1755)
* add running-playbooks widget * Update widget-RunningPlaybooks.json
1 parent 9fb94b0 commit 892b380

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

Widgets/widget-RunningPlaybooks.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"id": "running-playbooks",
3+
"version": -1,
4+
"name": "Running playbooks",
5+
"dataType": "incidents",
6+
"widgetType": "number",
7+
"query": "runStatus:running",
8+
"sort": null,
9+
"isPredefined": false,
10+
"dateRange": {
11+
"fromDate": "0001-01-01T00:00:00Z",
12+
"toDate": "0001-01-01T00:00:00Z",
13+
"period": {
14+
"byTo": "",
15+
"byFrom": "days",
16+
"toValue": null,
17+
"fromValue": 7,
18+
"field": ""
19+
},
20+
"fromDateLicense": "0001-01-01T00:00:00Z"
21+
},
22+
"params": {
23+
"colors": {
24+
"isEnabled": true,
25+
"items": {
26+
"#00CD33": {
27+
"value": 0
28+
},
29+
"#FAC100": {
30+
"value": 5
31+
},
32+
"#FF1B15": {
33+
"value": 20
34+
}
35+
},
36+
"type": "above"
37+
}
38+
},
39+
"size": 0,
40+
"category": "",
41+
"releaseNotes": "-"
42+
}

0 commit comments

Comments
 (0)