File tree Expand file tree Collapse file tree 4 files changed +19
-73
lines changed Expand file tree Collapse file tree 4 files changed +19
-73
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : cx-dashboards
3
3
description : cx dashboard configmaps
4
4
type : application
5
- version : 0.2.2
5
+ version : 0.2.3
6
6
dependencies : []
Original file line number Diff line number Diff line change @@ -895,15 +895,6 @@ data:
895
895
"options": "sha"
896
896
},
897
897
"properties": [
898
- {
899
- "id": "links",
900
- "value": [
901
- {
902
- "title": "Link to Revision",
903
- "url": "${__data.fields.cx_repo}/blob/${__data.fields.sha}/${__data.fields.cx_path}"
904
- }
905
- ]
906
- },
907
898
{
908
899
"id": "custom.width",
909
900
"value": 150
@@ -1180,12 +1171,7 @@ data:
1180
1171
"properties": [
1181
1172
{
1182
1173
"id": "links",
1183
- "value": [
1184
- {
1185
- "title": "Link to Revision",
1186
- "url": "${__data.fields.cx_repo}/blob/${__data.fields.sha}/${__data.fields.cx_path}"
1187
- }
1188
- ]
1174
+ "value": []
1189
1175
},
1190
1176
{
1191
1177
"id": "custom.width",
@@ -1955,8 +1941,7 @@ data:
1955
1941
"mode": "absolute",
1956
1942
"steps": [
1957
1943
{
1958
- "color": "green",
1959
- "value": null
1944
+ "color": "green"
1960
1945
},
1961
1946
{
1962
1947
"color": "red",
@@ -2082,8 +2067,7 @@ data:
2082
2067
"mode": "absolute",
2083
2068
"steps": [
2084
2069
{
2085
- "color": "dark-red",
2086
- "value": null
2070
+ "color": "dark-red"
2087
2071
},
2088
2072
{
2089
2073
"color": "red",
@@ -2194,8 +2178,7 @@ data:
2194
2178
"mode": "absolute",
2195
2179
"steps": [
2196
2180
{
2197
- "color": "green",
2198
- "value": null
2181
+ "color": "green"
2199
2182
},
2200
2183
{
2201
2184
"color": "red",
@@ -2331,8 +2314,7 @@ data:
2331
2314
"mode": "absolute",
2332
2315
"steps": [
2333
2316
{
2334
- "color": "green",
2335
- "value": null
2317
+ "color": "green"
2336
2318
},
2337
2319
{
2338
2320
"color": "red",
@@ -2467,7 +2449,7 @@ data:
2467
2449
"timezone": "",
2468
2450
"title": "CX / Flux",
2469
2451
"uid": "cx-flux",
2470
- "version": 7 ,
2452
+ "version": 10 ,
2471
2453
"weekStart": ""
2472
2454
}
2473
2455
Original file line number Diff line number Diff line change 883
883
"options" : " sha"
884
884
},
885
885
"properties" : [
886
- {
887
- "id" : " links" ,
888
- "value" : [
889
- {
890
- "title" : " Link to Revision" ,
891
- "url" : " ${__data.fields.cx_repo}/blob/${__data.fields.sha}/${__data.fields.cx_path}"
892
- }
893
- ]
894
- },
895
886
{
896
887
"id" : " custom.width" ,
897
888
"value" : 150
1168
1159
"properties" : [
1169
1160
{
1170
1161
"id" : " links" ,
1171
- "value" : [
1172
- {
1173
- "title" : " Link to Revision" ,
1174
- "url" : " ${__data.fields.cx_repo}/blob/${__data.fields.sha}/${__data.fields.cx_path}"
1175
- }
1176
- ]
1162
+ "value" : []
1177
1163
},
1178
1164
{
1179
1165
"id" : " custom.width" ,
1943
1929
"mode" : " absolute" ,
1944
1930
"steps" : [
1945
1931
{
1946
- "color" : " green" ,
1947
- "value" : null
1932
+ "color" : " green"
1948
1933
},
1949
1934
{
1950
1935
"color" : " red" ,
2070
2055
"mode" : " absolute" ,
2071
2056
"steps" : [
2072
2057
{
2073
- "color" : " dark-red" ,
2074
- "value" : null
2058
+ "color" : " dark-red"
2075
2059
},
2076
2060
{
2077
2061
"color" : " red" ,
2182
2166
"mode" : " absolute" ,
2183
2167
"steps" : [
2184
2168
{
2185
- "color" : " green" ,
2186
- "value" : null
2169
+ "color" : " green"
2187
2170
},
2188
2171
{
2189
2172
"color" : " red" ,
2319
2302
"mode" : " absolute" ,
2320
2303
"steps" : [
2321
2304
{
2322
- "color" : " green" ,
2323
- "value" : null
2305
+ "color" : " green"
2324
2306
},
2325
2307
{
2326
2308
"color" : " red" ,
2455
2437
"timezone" : " " ,
2456
2438
"title" : " CX / Flux" ,
2457
2439
"uid" : " cx-flux" ,
2458
- "version" : 7 ,
2440
+ "version" : 10 ,
2459
2441
"weekStart" : " "
2460
2442
}
Original file line number Diff line number Diff line change @@ -893,15 +893,6 @@ data:
893
893
"options": "sha"
894
894
},
895
895
"properties": [
896
- {
897
- "id": "links",
898
- "value": [
899
- {
900
- "title": "Link to Revision",
901
- "url": "${__data.fields.cx_repo}/blob/${__data.fields.sha}/${__data.fields.cx_path}"
902
- }
903
- ]
904
- },
905
896
{
906
897
"id": "custom.width",
907
898
"value": 150
@@ -1178,12 +1169,7 @@ data:
1178
1169
"properties": [
1179
1170
{
1180
1171
"id": "links",
1181
- "value": [
1182
- {
1183
- "title": "Link to Revision",
1184
- "url": "${__data.fields.cx_repo}/blob/${__data.fields.sha}/${__data.fields.cx_path}"
1185
- }
1186
- ]
1172
+ "value": []
1187
1173
},
1188
1174
{
1189
1175
"id": "custom.width",
@@ -1953,8 +1939,7 @@ data:
1953
1939
"mode": "absolute",
1954
1940
"steps": [
1955
1941
{
1956
- "color": "green",
1957
- "value": null
1942
+ "color": "green"
1958
1943
},
1959
1944
{
1960
1945
"color": "red",
@@ -2080,8 +2065,7 @@ data:
2080
2065
"mode": "absolute",
2081
2066
"steps": [
2082
2067
{
2083
- "color": "dark-red",
2084
- "value": null
2068
+ "color": "dark-red"
2085
2069
},
2086
2070
{
2087
2071
"color": "red",
@@ -2192,8 +2176,7 @@ data:
2192
2176
"mode": "absolute",
2193
2177
"steps": [
2194
2178
{
2195
- "color": "green",
2196
- "value": null
2179
+ "color": "green"
2197
2180
},
2198
2181
{
2199
2182
"color": "red",
@@ -2329,8 +2312,7 @@ data:
2329
2312
"mode": "absolute",
2330
2313
"steps": [
2331
2314
{
2332
- "color": "green",
2333
- "value": null
2315
+ "color": "green"
2334
2316
},
2335
2317
{
2336
2318
"color": "red",
@@ -2465,6 +2447,6 @@ data:
2465
2447
"timezone": "",
2466
2448
"title": "CX / Flux",
2467
2449
"uid": "cx-flux",
2468
- "version": 7 ,
2450
+ "version": 10 ,
2469
2451
"weekStart": ""
2470
2452
}
You can’t perform that action at this time.
0 commit comments