From eaa716bd99760d4e142559d97a38467247d7c70d 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` Fixes https://tracker.ceph.com/issues/72295 Signed-off-by: Afreen Misbah (cherry picked from commit 57910d582eafeeb569a475e3a74338bb3e0c89bb) --- .../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 d82e122ff0e..2a8f84080ea 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 @@ -60,7 +60,7 @@
+ *ngIf="!module_name; else enableButton"> -- 2.39.5