From: Avan Thakkar Date: Thu, 6 Feb 2020 19:21:07 +0000 (+0530) Subject: mgr/dashboard: UI fixes X-Git-Tag: v15.1.1~246^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd8cb9d2d6b69f57e5f6f3ecd3ca0943411d6638;p=ceph.git mgr/dashboard: UI fixes Fixes: https://tracker.ceph.com/issues/42914 Signed-off-by: Avan Thakkar --- 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, diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts index 0c77fdcf94f..802d6a5e60b 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts @@ -261,7 +261,7 @@ export class OsdListComponent implements OnInit { }, { prop: 'stats_history.in_bytes', - name: this.i18n('Writes bytes'), + name: this.i18n('Write bytes'), cellTransformation: CellTemplate.sparkline }, { diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts index df27218ddce..49449f5badd 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts @@ -128,7 +128,7 @@ export class PoolListComponent implements OnInit { { prop: 'application_metadata', name: this.i18n('Applications'), - flexGrow: 2 + flexGrow: 3 }, { prop: 'pg_status', @@ -141,13 +141,13 @@ export class PoolListComponent implements OnInit { { prop: 'size', name: this.i18n('Replica Size'), - flexGrow: 1, + flexGrow: 2, cellClass: 'text-right' }, { prop: 'last_change', name: this.i18n('Last Change'), - flexGrow: 1, + flexGrow: 2, cellClass: 'text-right' }, {