]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: make ceph logo redirect to dashboard 56558/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:51:04 +0000 (21:21 +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 aaa369a098eaa888e997e3e5a6e702b490eb7936..b49fc263db9a2d94c5b3294ff8d19b434b0db0f6 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>