From: Stephan Müller Date: Thu, 8 Aug 2019 14:33:06 +0000 (+0200) Subject: mgr/dashboard: Fix CephFS chart X-Git-Tag: v15.1.0~1678^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=743f594f12e40af95a5941c38d638b7fea699e19;p=ceph.git mgr/dashboard: Fix CephFS chart There was a problem with the CephFS chart that causes the chart not to show on initialization. This commit fixes that. Fixes: https://tracker.ceph.com/issues/41166 Signed-off-by: Stephan Müller --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.html index dc932361da96..b81bc20ba1cf 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.html @@ -1,10 +1,9 @@ -
+
+ [datasets]="chart.datasets" + [options]="chart.options" + [chartType]="chart.chartType">