From: Avan Thakkar Date: Thu, 6 Feb 2020 19:21:07 +0000 (+0530) Subject: mgr/dashboard: UI fixes X-Git-Tag: v14.2.10~170^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34038%2Fhead;p=ceph.git mgr/dashboard: UI fixes Fixes: https://tracker.ceph.com/issues/42914 Signed-off-by: Avan Thakkar (cherry picked from commit dd8cb9d2d6b69f57e5f6f3ecd3ca0943411d6638) --- diff --git a/monitoring/grafana/dashboards/hosts-overview.json b/monitoring/grafana/dashboards/hosts-overview.json index 96e739d11fd1..acaf9b740ac2 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 2144c4a9dd5d..14e468a5274e 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 15d685a3c69f..3099554a5942 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 @@ -185,7 +185,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 88127e80468f..935bbf224c06 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 @@ -127,7 +127,7 @@ export class PoolListComponent implements OnInit { { prop: 'application_metadata', name: this.i18n('Applications'), - flexGrow: 2 + flexGrow: 3 }, { prop: 'pg_status', @@ -140,13 +140,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' }, {