From 7fc79ac75042e5a07fa4e442cd2e8d06c85c7610 Mon Sep 17 00:00:00 2001 From: Afreen Misbah Date: Tue, 3 Jun 2025 20:33:50 +0530 Subject: [PATCH] mgr/dashboard: Fix capitalization in SMB - changes from 'Smb' to 'SMB Fixes https://tracker.ceph.com/issues/71538 Signed-off-by: Afreen Misbah --- src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts index c8f9de71e022c..941606865cf72 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts @@ -446,7 +446,7 @@ const routes: Routes = [ uiApiPath: 'smb', redirectTo: 'error', header: 'SMB module is not enabled', - button_to_enable_module: 'smb', + button_to_enable_module: 'SMB', navigate_to: 'cephfs/smb' }, breadcrumbs: 'File/SMB' -- 2.39.5