]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix capitalization in SMB 63675/head
authorAfreen Misbah <afreen@ibm.com>
Tue, 3 Jun 2025 15:03:50 +0000 (20:33 +0530)
committerAfreen Misbah <afreen@ibm.com>
Thu, 12 Jun 2025 10:59:01 +0000 (16:29 +0530)
- changes from 'Smb' to 'SMB

Fixes https://tracker.ceph.com/issues/71538

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts

index c8f9de71e022c65b4686790139ea9b271bcee204..941606865cf728c3d5a7e610963ae4fb2d50cf8e 100644 (file)
@@ -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'