From c6fcf5e1db14461c75eb990ae39ac77dc8e2ea44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BCller?= Date: Mon, 26 Feb 2018 15:21:39 +0100 Subject: [PATCH] mgr/dashboard_v2: Fix OSD menu entry position MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stephan Müller --- .../core/navigation/navigation/navigation.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pybind/mgr/dashboard_v2/frontend/src/app/core/navigation/navigation/navigation.component.html b/src/pybind/mgr/dashboard_v2/frontend/src/app/core/navigation/navigation/navigation.component.html index e8981802eed..cd7e8040c81 100644 --- a/src/pybind/mgr/dashboard_v2/frontend/src/app/core/navigation/navigation/navigation.component.html +++ b/src/pybind/mgr/dashboard_v2/frontend/src/app/core/navigation/navigation/navigation.component.html @@ -64,17 +64,17 @@
  • + class="tc_submenuitem tc_submenuitem_hosts"> Configuration Doc. + routerLink="/osd">OSDs
  • + class="tc_submenuitem tc_submenuitem_configuration"> OSDs + routerLink="/configuration">Configuration Doc.
  • -- 2.47.3