]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: make ceph logo redirect to dashboard 56556/head
authorAfreen <afreen23.git@gmail.com>
Wed, 27 Mar 2024 10:01:12 +0000 (15:31 +0530)
committerAfreen <afreen23.git@gmail.com>
Thu, 28 Mar 2024 15:48:40 +0000 (21:18 +0530)
Fixes https://tracker.ceph.com/issues/64734

Clicking on ceph logo in navigation takes back to overview dashboard.

Signed-off-by: Afreen <afreen23.git@gmail.com>
(cherry picked from commit 44e7bb336c26da77f49fb027578509975b5b2633)

src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html

index abd2e1ae6506e518b78006b0f9dcb0d4410c9024..25c35f19489792b5369efd93f398915612ef05e3 100644 (file)
@@ -13,7 +13,7 @@
       </button>
 
       <a class="navbar-brand ms-2"
-         href="#">
+         routerLink="/dashboard">
         <img src="assets/Ceph_Ceph_Logo_with_text_white.svg"
              alt="Ceph" />
       </a>