From b92b479536ec50e3845d43df49e9b5c3cd06ba70 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Wed, 26 Jun 2024 16:04:31 +0530 Subject: [PATCH] mgr/dashboard: fix nav urls for cephfs and nfs Fixes: https://tracker.ceph.com/issues/66697 Signed-off-by: Nizamudeen A (cherry picked from commit e8d0e76b63079f8d16c470030bda105637e1bb1e) Conflicts: src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html --- .../core/navigation/navigation/navigation.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html index 25c35f1948979..6bec813900913 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html @@ -244,7 +244,7 @@ *ngIf="permissions.nfs.read && enabledFeature.nfs"> NFS + routerLink="/rgw/nfs">NFS @@ -272,14 +272,14 @@ *ngIf="permissions.cephfs.read && enabledFeature.cephfs"> File Systems + routerLink="/cephfs/fs">File Systems
  • NFS + routerLink="/cephfs/nfs">NFS
  • -- 2.39.5