Skip to content

Commit 44e7bb3

Browse files
committed
mgr/dashboard: make ceph logo redirect to dashboard
Fixes https://tracker.ceph.com/issues/64734 Clicking on ceph logo in navigation takes back to overview dashboard. Signed-off-by: Afreen <[email protected]>
1 parent eae914f commit 44e7bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</button>
1414

1515
<a class="navbar-brand ms-2"
16-
href="#">
16+
routerLink="/dashboard">
1717
<img src="assets/Ceph_Ceph_Logo_with_text_white.svg"
1818
alt="Ceph" />
1919
</a>

0 commit comments

Comments
 (0)