]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: new generic HTTP error page component
authorAashish Sharma <aashishsharma@localhost.localdomain>
Tue, 27 Oct 2020 07:06:24 +0000 (12:36 +0530)
committerAashish Sharma <aashishsharma@localhost.localdomain>
Fri, 11 Dec 2020 13:49:38 +0000 (19:19 +0530)
commit13900cf6aef403af35cf9e6a80ef4f706f93e722
tree14c7f580a355628336d544a06a74b8942be5d7cc
parentb2d0ea1d5b32eb3b33286cacbf46d7e7c01ced27
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 <aasharma@redhat.com>
53 files changed:
doc/dev/developer_guide/dash-devel.rst
src/pybind/mgr/dashboard/frontend/cypress/integration/nfs/nfs.e2e-spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/cypress/integration/nfs/nfs.po.ts [deleted file]
src/pybind/mgr/dashboard/frontend/cypress/integration/page-helper.po.ts
src/pybind/mgr/dashboard/frontend/cypress/integration/ui/navigation.po.ts
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-form/silence-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-form/silence-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-501/nfs-501.component.html [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-501/nfs-501.component.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-501/nfs-501.component.spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-501/nfs-501.component.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.html [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/auth.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/sso/sso-not-found/sso-not-found.component.html [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/sso/sso-not-found/sso-not-found.component.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/sso/sso-not-found/sso-not-found.component.spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/sso/sso-not-found/sso-not-found.component.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/core.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/error/error.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/forbidden/forbidden.component.html [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/forbidden/forbidden.component.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/forbidden/forbidden.component.spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/forbidden/forbidden.component.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.html [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/icons.enum.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/api-interceptor.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/api-interceptor.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/feature-toggles-guard.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/feature-toggles-guard.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/js-error-handler.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/module-status-guard.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/module-status-guard.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/no-sso-guard.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/no-sso-guard.service.ts
src/pybind/mgr/dashboard/frontend/src/assets/1500px-Southern_Keeled_Octopus.jpg [deleted file]
src/pybind/mgr/dashboard/frontend/src/styles/defaults/_bootstrap-defaults.scss
src/pybind/mgr/dashboard/services/orchestrator.py