From 3e3776e1ff501a609cdba63c0c6e04e672983b0f Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Fri, 23 Feb 2018 14:47:38 +0100 Subject: [PATCH] mgr/dashboard_v2: Adapt status datatable to default design of cd-table Signed-off-by: Volker Theile --- .../cluster/monitor/monitor.component.html | 63 +++++++------------ .../cluster/monitor/monitor.component.scss | 3 - 2 files changed, 21 insertions(+), 45 deletions(-) diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.html b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.html index e8206d7671510..2038929f51f18 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.html +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.html @@ -15,60 +15,39 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + +
- Cluster ID: - {{ mon_status.monmap.fsid }} - Cluster ID{{ mon_status.monmap.fsid }}
- monmap modified: - {{ mon_status.monmap.modified }} - monmap modified{{ mon_status.monmap.modified }}
- monmap epoch: - {{ mon_status.monmap.epoch }} - monmap epoch{{ mon_status.monmap.epoch }}
- quorum con: - {{ mon_status.features.quorum_con }} - quorum con{{ mon_status.features.quorum_con }}
- quorum mon: - {{ mon_status.features.quorum_mon }} - quorum mon{{ mon_status.features.quorum_mon }}
- required con: - {{ mon_status.features.required_con }} - required con{{ mon_status.features.required_con }}
- required mon: - {{ mon_status.features.required_mon }} - required mon{{ mon_status.features.required_mon }}
diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.scss b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.scss index 69d5ebbc8885d..e69de29bb2d1d 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.scss +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.scss @@ -1,3 +0,0 @@ -.name { - font-weight: bolder; -} -- 2.39.5