From: Aashish Sharma Date: Tue, 15 Dec 2020 04:35:32 +0000 (+0530) Subject: mgr/dashboard: new generic HTTP error page component X-Git-Tag: v16.1.0~256^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36715%2Fhead;p=ceph.git 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 --- 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 e41edda96517..93438532e740 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