From: Patrick Seidensal Date: Mon, 14 Jun 2021 14:17:34 +0000 (+0200) Subject: mgr/dashboard: Fix decimals in OSC Capacity Utilization widget X-Git-Tag: v16.2.6~120^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8f15eee70b518f7cdfc1030797585ad2f861a40d;p=ceph.git mgr/dashboard: Fix decimals in OSC Capacity Utilization widget Fixes: https://tracker.ceph.com/issues/51212 Signed-off-by: Patrick Seidensal (cherry picked from commit f51cab109d5ae8536778456f3a7ea32c72641e8d) --- diff --git a/monitoring/grafana/dashboards/ceph-cluster.json b/monitoring/grafana/dashboards/ceph-cluster.json index d6cc4cf03fd..a08dc26f34f 100644 --- a/monitoring/grafana/dashboards/ceph-cluster.json +++ b/monitoring/grafana/dashboards/ceph-cluster.json @@ -946,7 +946,7 @@ "xBucketNumber": null, "xBucketSize": "", "yAxis": { - "decimals": null, + "decimals": 2, "format": "percentunit", "logBase": 1, "max": null,