]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: UI fixes 34038/head
authorAvan Thakkar <avanthakkar@localhost.localdomain>
Thu, 6 Feb 2020 19:21:07 +0000 (00:51 +0530)
committerErnesto Puerta <epuertat@redhat.com>
Wed, 18 Mar 2020 18:16:50 +0000 (19:16 +0100)
Fixes: https://tracker.ceph.com/issues/42914
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
(cherry picked from commit dd8cb9d2d6b69f57e5f6f3ecd3ca0943411d6638)

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 15d685a3c69f61eb37a9140c1e5ad6f29ea78332..3099554a59427094e991bf7c101448a14ecbdb88 100644 (file)
@@ -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
       },
       {
index 88127e80468f18721e58119ba21146379d2243cd..935bbf224c06f3e4410435aaca119c6c70495bb0 100644 (file)
@@ -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'
       },
       {