Skip to content

Commit 9467161

Browse files
Merge pull request #158 from apel/v39-fixes
v39 fixes
2 parents 6d2782a + 043f418 commit 9467161

File tree

4 files changed

+155
-98
lines changed

4 files changed

+155
-98
lines changed

Diff for: dashboards/iris/activity_view.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"editable": true,
2525
"fiscalYearStartMonth": 0,
2626
"graphTooltip": 0,
27-
"id": 20,
27+
"id": 4,
2828
"links": [
2929
{
3030
"asDropdown": false,
@@ -137,7 +137,7 @@
137137
},
138138
"paceLength": 10,
139139
"percentage": false,
140-
"pluginVersion": "9.4.3",
140+
"pluginVersion": "9.5.2",
141141
"pointradius": 2,
142142
"points": false,
143143
"renderer": "flot",
@@ -358,7 +358,7 @@
358358
},
359359
"paceLength": 10,
360360
"percentage": false,
361-
"pluginVersion": "9.4.3",
361+
"pluginVersion": "9.5.2",
362362
"pointradius": 5,
363363
"points": false,
364364
"renderer": "flot",
@@ -533,7 +533,7 @@
533533
},
534534
"paceLength": 10,
535535
"percentage": false,
536-
"pluginVersion": "9.4.3",
536+
"pluginVersion": "9.5.2",
537537
"pointradius": 5,
538538
"points": false,
539539
"renderer": "flot",
@@ -646,8 +646,7 @@
646646
"mode": "absolute",
647647
"steps": [
648648
{
649-
"color": "green",
650-
"value": null
649+
"color": "green"
651650
},
652651
{
653652
"color": "red",
@@ -750,7 +749,9 @@
750749
"revision": 1,
751750
"schemaVersion": 38,
752751
"style": "dark",
753-
"tags": [],
752+
"tags": [
753+
"main"
754+
],
754755
"templating": {
755756
"list": [
756757
{
@@ -929,6 +930,6 @@
929930
"timezone": "",
930931
"title": "Activity View",
931932
"uid": "TfxgjgJZk",
932-
"version": 9,
933+
"version": 3,
933934
"weekStart": ""
934-
}
935+
}

Diff for: dashboards/iris/iris.json

+68-27
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"editable": true,
2626
"fiscalYearStartMonth": 0,
2727
"graphTooltip": 0,
28-
"id": 18,
28+
"id": 2,
2929
"links": [
3030
{
3131
"asDropdown": false,
@@ -160,7 +160,7 @@
160160
},
161161
"paceLength": 10,
162162
"percentage": false,
163-
"pluginVersion": "9.4.3",
163+
"pluginVersion": "9.5.2",
164164
"pointradius": 2,
165165
"points": false,
166166
"renderer": "flot",
@@ -2144,7 +2144,9 @@
21442144
"revision": 1,
21452145
"schemaVersion": 38,
21462146
"style": "dark",
2147-
"tags": [],
2147+
"tags": [
2148+
"main"
2149+
],
21482150
"templating": {
21492151
"list": [
21502152
{
@@ -2239,6 +2241,34 @@
22392241
"type": "query",
22402242
"useTags": false
22412243
},
2244+
{
2245+
"current": {
2246+
"selected": true,
2247+
"text": [
2248+
"All"
2249+
],
2250+
"value": [
2251+
"$__all"
2252+
]
2253+
},
2254+
"datasource": {
2255+
"type": "mysql",
2256+
"uid": "P4815E41304F4136B"
2257+
},
2258+
"definition": "SELECT VOGroup FROM VCombinedSummaries WHERE VO in ($VO)",
2259+
"hide": 0,
2260+
"includeAll": true,
2261+
"label": "Sub-Activity",
2262+
"multi": true,
2263+
"name": "VOGroup",
2264+
"options": [],
2265+
"query": "SELECT VOGroup FROM VCombinedSummaries WHERE VO in ($VO)",
2266+
"refresh": 1,
2267+
"regex": "",
2268+
"skipUrlSync": false,
2269+
"sort": 0,
2270+
"type": "query"
2271+
},
22422272
{
22432273
"current": {
22442274
"selected": true,
@@ -2275,36 +2305,47 @@
22752305
{
22762306
"current": {
22772307
"selected": true,
2278-
"text": [
2279-
"All"
2280-
],
2281-
"value": [
2282-
"$__all"
2283-
]
2284-
},
2285-
"datasource": {
2286-
"type": "mysql",
2287-
"uid": "P4815E41304F4136B"
2308+
"text": "Both",
2309+
"value": "Both"
22882310
},
2289-
"definition": "SELECT VOGroup FROM VCombinedSummaries WHERE VO in ($VO)",
2311+
"description": "Select which line series appear.",
22902312
"hide": 0,
2291-
"includeAll": true,
2292-
"label": "Sub-Activity",
2293-
"multi": true,
2294-
"name": "VOGroup",
2295-
"options": [],
2296-
"query": "SELECT VOGroup FROM VCombinedSummaries WHERE VO in ($VO)",
2297-
"refresh": 1,
2298-
"regex": "",
2313+
"includeAll": false,
2314+
"label": "Line Series",
2315+
"multi": false,
2316+
"name": "LineSeries",
2317+
"options": [
2318+
{
2319+
"selected": true,
2320+
"text": "Both",
2321+
"value": "Both"
2322+
},
2323+
{
2324+
"selected": false,
2325+
"text": "Just Allocation",
2326+
"value": "Just Allocation"
2327+
},
2328+
{
2329+
"selected": false,
2330+
"text": "Just Capacity",
2331+
"value": "Just Capacity"
2332+
},
2333+
{
2334+
"selected": false,
2335+
"text": "Neither",
2336+
"value": "Neither"
2337+
}
2338+
],
2339+
"query": "Both,Just Allocation,Just Capacity,Neither",
2340+
"queryValue": "",
22992341
"skipUrlSync": false,
2300-
"sort": 0,
2301-
"type": "query"
2342+
"type": "custom"
23022343
}
23032344
]
23042345
},
23052346
"time": {
2306-
"from": "2015-05-05T16:27:38.205Z",
2307-
"to": "2025-12-23T22:37:05.385Z"
2347+
"from": "2018-01-01T00:00:00.000Z",
2348+
"to": "now"
23082349
},
23092350
"timepicker": {
23102351
"refresh_intervals": [
@@ -2323,6 +2364,6 @@
23232364
"timezone": "",
23242365
"title": "IRIS Accounting Dashboard",
23252366
"uid": "feTpkMumk",
2326-
"version": 17,
2367+
"version": 8,
23272368
"weekStart": ""
23282369
}

Diff for: dashboards/iris/provider_view.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"editable": true,
2626
"fiscalYearStartMonth": 0,
2727
"graphTooltip": 0,
28-
"id": 19,
28+
"id": 3,
2929
"links": [
3030
{
3131
"asDropdown": false,
@@ -92,7 +92,7 @@
9292
"alertThreshold": true
9393
},
9494
"percentage": false,
95-
"pluginVersion": "9.4.3",
95+
"pluginVersion": "9.5.2",
9696
"pointradius": 2,
9797
"points": false,
9898
"renderer": "flot",
@@ -339,7 +339,7 @@
339339
},
340340
"paceLength": 10,
341341
"percentage": false,
342-
"pluginVersion": "9.4.3",
342+
"pluginVersion": "9.5.2",
343343
"pointradius": 2,
344344
"points": false,
345345
"renderer": "flot",
@@ -565,7 +565,7 @@
565565
},
566566
"paceLength": 10,
567567
"percentage": false,
568-
"pluginVersion": "9.4.3",
568+
"pluginVersion": "9.5.2",
569569
"pointradius": 5,
570570
"points": false,
571571
"renderer": "flot",
@@ -745,7 +745,7 @@
745745
},
746746
"paceLength": 10,
747747
"percentage": false,
748-
"pluginVersion": "9.4.3",
748+
"pluginVersion": "9.5.2",
749749
"pointradius": 5,
750750
"points": false,
751751
"renderer": "flot",
@@ -929,7 +929,7 @@
929929
},
930930
"paceLength": 10,
931931
"percentage": false,
932-
"pluginVersion": "9.4.3",
932+
"pluginVersion": "9.5.2",
933933
"pointradius": 2,
934934
"points": false,
935935
"renderer": "flot",
@@ -1163,7 +1163,9 @@
11631163
"revision": 1,
11641164
"schemaVersion": 38,
11651165
"style": "dark",
1166-
"tags": [],
1166+
"tags": [
1167+
"main"
1168+
],
11671169
"templating": {
11681170
"list": [
11691171
{
@@ -1342,6 +1344,6 @@
13421344
"timezone": "",
13431345
"title": "Provider View",
13441346
"uid": "TEXgjgJZk",
1345-
"version": 11,
1347+
"version": 3,
13461348
"weekStart": ""
1347-
}
1349+
}

0 commit comments

Comments
 (0)