]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix redirection of SMB enable module 64616/head
authorAfreen Misbah <afreen@ibm.com>
Tue, 22 Jul 2025 09:13:14 +0000 (14:43 +0530)
committerAfreen Misbah <afreen@ibm.com>
Tue, 22 Jul 2025 09:13:14 +0000 (14:43 +0530)
- taking to dashboard page due to remains of `buttonToEnableModule`

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html

index 0359f6d0ec4089648571b543a27534db0ebcb77d..fc9c4bef2d92bd94464e649355759facace0920c 100644 (file)
@@ -59,7 +59,7 @@
 
 <ng-template #dashboardButton>
   <div class="mt-4 text-center"
-       *ngIf="!buttonToEnableModule; else enableButton">
+       *ngIf="!module_name; else enableButton">
     <button class="btn btn-primary"
             [routerLink]="'/dashboard'"
             i18n>Go To Dashboard</button>