From: Tiago Melo Date: Thu, 23 Aug 2018 13:34:25 +0000 (+0100) Subject: mgr/dashboard: Fix growing table in firefox X-Git-Tag: v14.0.1~507^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=09a2705381bed3fc8ecb489cb9e64d8d7541371e;p=ceph.git mgr/dashboard: Fix growing table in firefox It seems Firefox 52 has some kind of problem when rendering our table inside a fieldset. Since we don't really require the fieldset in the monitor page, I have removed it to "fix" this problem. Fixes: http://tracker.ceph.com/issues/26999 Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.html index fd4ce6787ffff..af863b6353760 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.html @@ -44,19 +44,17 @@
-
- In Quorum - - + In Quorum + + - Not In Quorum - - -
+ Not In Quorum + +