From 57910d582eafeeb569a475e3a74338bb3e0c89bb Mon Sep 17 00:00:00 2001 From: Afreen Misbah Date: Tue, 22 Jul 2025 14:43:14 +0530 Subject: [PATCH] mgr/dashboard: Fix redirection of SMB enable module - taking to dashboard page due to remains of `buttonToEnableModule` Signed-off-by: Afreen Misbah --- .../dashboard/frontend/src/app/core/error/error.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html index 0359f6d0ec4..fc9c4bef2d9 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html @@ -59,7 +59,7 @@
+ *ngIf="!module_name; else enableButton"> -- 2.39.5