Skip to content

Commit 7f06d3e

Browse files
committed
ui: fix decimals not displayed in some panels
1 parent 5a411ee commit 7f06d3e

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

docker/grafana/dashboards/home.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@
196196
"color": {
197197
"mode": "thresholds"
198198
},
199-
"decimals": 0,
200199
"mappings": [],
201200
"min": 0,
202201
"thresholds": {
@@ -2184,6 +2183,6 @@
21842183
"timezone": "",
21852184
"title": "srsRAN Metrics",
21862185
"uid": "eejyoivnn239cc",
2187-
"version": 5,
2186+
"version": 6,
21882187
"weekStart": ""
21892188
}

docker/grafana/dashboards/ofh.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@
198198
"mode": "off"
199199
}
200200
},
201-
"decimals": 0,
202201
"mappings": [],
203202
"thresholds": {
204203
"mode": "absolute",
@@ -319,7 +318,6 @@
319318
"mode": "off"
320319
}
321320
},
322-
"decimals": 0,
323321
"mappings": [],
324322
"thresholds": {
325323
"mode": "absolute",
@@ -489,7 +487,6 @@
489487
"mode": "off"
490488
}
491489
},
492-
"decimals": 0,
493490
"mappings": [],
494491
"thresholds": {
495492
"mode": "absolute",
@@ -958,5 +955,5 @@
958955
"timezone": "browser",
959956
"title": "OFH Metrics",
960957
"uid": "eee8440pj5hq8b",
961-
"version": 1
958+
"version": 2
962959
}

docker/grafana/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# the distribution.
77
#
88

9-
SRS_GF_VERSION: "1.5.7"
9+
SRS_GF_VERSION: "1.5.8"

0 commit comments

Comments
 (0)