From: Afreen Misbah Date: Tue, 3 Jun 2025 15:03:50 +0000 (+0530) Subject: mgr/dashboard: Fix capitalization in SMB X-Git-Tag: testing/wip-rishabh-testing-20250617.173904~23^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7fc79ac75042e5a07fa4e442cd2e8d06c85c7610;p=ceph-ci.git mgr/dashboard: Fix capitalization in SMB - changes from 'Smb' to 'SMB Fixes https://tracker.ceph.com/issues/71538 Signed-off-by: Afreen Misbah --- 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 c8f9de71e02..941606865cf 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'