From 468e384f0e91676a1c36f2107d8d926d55ecc9a6 Mon Sep 17 00:00:00 2001 From: Ricardo Marques Date: Fri, 2 Feb 2018 13:20:35 +0000 Subject: [PATCH] mgr/dashboard_v2: Add breadcrumb on Hosts page Signed-off-by: Ricardo Marques --- .../mgr/dashboard_v2/frontend/src/app/app.component.html | 1 - .../src/app/ceph/cluster/hosts/hosts.component.html | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/app.component.html b/src/pybind/mgr/dashboard_v2/frontend/src/app/app.component.html index 2889a37ca5b..638edaa604f 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/app.component.html +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/app.component.html @@ -1,6 +1,5 @@
-
diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.html b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.html index a273491a80c..733b0798382 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.html +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.html @@ -1,3 +1,9 @@ + -- 2.39.5