From 07a97a7dee72b711af18c7c277c9724d9ea1f227 Mon Sep 17 00:00:00 2001 From: Patrick Nawracay Date: Tue, 16 Jul 2019 10:51:07 +0200 Subject: [PATCH] mgr/dashboard: Add missing closing tag for container Signed-off-by: Patrick Nawracay --- .../src/app/ceph/cluster/crushmap/crushmap.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/crushmap/crushmap.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/crushmap/crushmap.component.html index 260faecdd11..0c3852502c4 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/crushmap/crushmap.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/crushmap/crushmap.component.html @@ -29,3 +29,4 @@ + -- 2.39.5