diff options
author | Avan Thakkar <avanthakkar@localhost.localdomain> | 2020-02-07 00:51:07 +0530 |
---|---|---|
committer | Avan Thakkar <avanthakkar@localhost.localdomain> | 2020-02-10 22:57:57 +0530 |
commit | dd8cb9d2d6b69f57e5f6f3ecd3ca0943411d6638 (patch) | |
tree | e7401f588642d65812fd7b2bb496d6804760a1dd /monitoring | |
parent | 4515ab32fa5eb79c3fd05dca08e9e5daf1a5f763 (diff) | |
download | ceph-dd8cb9d2d6b69f57e5f6f3ecd3ca0943411d6638.tar.gz |
mgr/dashboard: UI fixes
Fixes: https://tracker.ceph.com/issues/42914
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
Diffstat (limited to 'monitoring')
-rw-r--r-- | monitoring/grafana/dashboards/hosts-overview.json | 2 | ||||
-rw-r--r-- | monitoring/grafana/dashboards/pool-detail.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/monitoring/grafana/dashboards/hosts-overview.json b/monitoring/grafana/dashboards/hosts-overview.json index 96e739d11fd..acaf9b740ac 100644 --- a/monitoring/grafana/dashboards/hosts-overview.json +++ b/monitoring/grafana/dashboards/hosts-overview.json @@ -670,7 +670,7 @@ "timeFrom": null, "timeRegions": [], "timeShift": null, - "title": "Network Load - Top 10", + "title": "Network Load - Top 10 Hosts", "tooltip": { "shared": true, "sort": 2, diff --git a/monitoring/grafana/dashboards/pool-detail.json b/monitoring/grafana/dashboards/pool-detail.json index 2144c4a9dd5..14e468a5274 100644 --- a/monitoring/grafana/dashboards/pool-detail.json +++ b/monitoring/grafana/dashboards/pool-detail.json @@ -257,7 +257,7 @@ "thresholds": [], "timeFrom": null, "timeShift": null, - "title": "$pool_name Object In-/Egress", + "title": "$pool_name Object Ingress/Egress", "tooltip": { "shared": true, "sort": 0, |