From 5730883b7e7c80d5f3587d1e997343e96668a21a Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Thu, 26 Sep 2019 17:33:24 +0200 Subject: [PATCH] mgr/dashboard: Configuring an URL prefix does not work as expected Fixes: https://tracker.ceph.com/issues/41797 Signed-off-by: Volker Theile --- .../core/auth/sso/sso-not-found/sso-not-found.component.html | 2 +- .../frontend/src/app/core/not-found/not-found.component.html | 2 +- .../src/app/shared/services/module-status-guard.service.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/auth/sso/sso-not-found/sso-not-found.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/auth/sso/sso-not-found/sso-not-found.component.html index 59c6889e8a1..e0811fa41a4 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/auth/sso/sso-not-found/sso-not-found.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/auth/sso/sso-not-found/sso-not-found.component.html @@ -4,7 +4,7 @@

Return to Login Page. You'll be logged out from the Identity Provider when you retry logging in.

+ src="assets/1280px-Nautilus_Octopus.jpg"> "Nautilus Octopus" by Jin Kemoole is licensed under Sorry, we could not find what you were looking for + src="assets/1280px-Nautilus_Octopus.jpg"> "Nautilus Octopus" by Jin Kemoole is licensed under { if (!resp.available) { this.router.navigate([config.redirectTo, resp.message || '']); -- 2.39.5