]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: UI fixes 33171/head
authorAvan Thakkar <avanthakkar@localhost.localdomain>
Thu, 6 Feb 2020 19:21:07 +0000 (00:51 +0530)
committerAvan Thakkar <avanthakkar@localhost.localdomain>
Mon, 10 Feb 2020 17:27:57 +0000 (22:57 +0530)
Fixes: https://tracker.ceph.com/issues/42914
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
monitoring/grafana/dashboards/hosts-overview.json
monitoring/grafana/dashboards/pool-detail.json
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-list/pool-list.component.ts

index 96e739d11fd14913e3294a35b435f6da99c87e5c..acaf9b740ac22f1328296adc8984777ed18f1186 100644 (file)
       "timeFrom": null,
       "timeRegions": [],
       "timeShift": null,
-      "title": "Network Load - Top 10",
+      "title": "Network Load - Top 10 Hosts",
       "tooltip": {
         "shared": true,
         "sort": 2,
index 2144c4a9dd5d587358f99de1b15344a2a24b9ab2..14e468a5274edf2a8cc873cbd7797b26d5eb63a4 100644 (file)
       "thresholds": [],
       "timeFrom": null,
       "timeShift": null,
-      "title": "$pool_name Object In-/Egress",
+      "title": "$pool_name Object Ingress/Egress",
       "tooltip": {
         "shared": true,
         "sort": 0,
index 0c77fdcf94f1d0b491a06d180c48f455717b2a07..802d6a5e60b46d8ba911281853b3c3b434ea6afb 100644 (file)
@@ -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
       },
       {
index df27218ddcea6df7ce1a558d0f052b81b0411dd6..49449f5badd963869a518dbed5d5c678546abb69 100644 (file)
@@ -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'
       },
       {