From 10e911aad44f80681c2e80af0494cd3cf8267d07 Mon Sep 17 00:00:00 2001 From: Aashish Sharma Date: Tue, 15 Dec 2020 10:05:32 +0530 Subject: [PATCH] mgr/dashboard: new generic HTTP error page component Added a generic Error component for HTTP Errors such as 404,403,501 Fixes:https://tracker.ceph.com/issues/39128 Signed-off-by: Aashish Sharma --- .../dashboard/frontend/src/app/core/error/error.component.html | 3 ++- 1 file changed, 2 insertions(+), 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 e41edda965170..93438532e7403 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 @@ -29,7 +29,8 @@

+ [routerLink]="'/dashboard'" + i18n>Go To Dashboard
-- 2.39.5