]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: add page header component
authorPedro Gonzalez Gomez <pegonzal@ibm.com>
Wed, 28 Jan 2026 11:44:09 +0000 (12:44 +0100)
committerPedro Gonzalez Gomez <pegonzal@ibm.com>
Tue, 10 Feb 2026 09:05:46 +0000 (10:05 +0100)
commitcf436c5048cb7f67c23b46b5bd86660fda5c38b4
tree84e02d1bdc0cec532a02368ec15180ad8f0f9de8
parentbc2e036bb6c163d0acc9085f7bca9ac24c847ca8
mgr/dashboard: add page header component

Adds page header component and applies it to the CephFS Mirroring list

Fixes: https://tracker.ceph.com/issues/74626
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@ibm.com>
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/page-header.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/page-header.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mirroring-list/cephfs-mirroring-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/page-header/page-header.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/page-header/page-header.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/page-header/page-header.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/page-header/page-header.component.ts [new file with mode: 0644]