From: Pedro Gonzalez Gomez Date: Wed, 11 Feb 2026 07:49:25 +0000 (+0100) Subject: Merge pull request #67104 from rhcs-dashboard/header-page-component X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=14d1c7768eb2ce8c503ccfa33a84d93dae812da7;p=ceph.git Merge pull request #67104 from rhcs-dashboard/header-page-component mgr/dashboard: add page header component Reviewed-by: Afreen Misbah Reviewed-by: Dnyaneshwari Talwekar --- 14d1c7768eb2ce8c503ccfa33a84d93dae812da7 diff --cc src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mirroring-list/cephfs-mirroring-list.component.html index 4559a4d68af2,511263648e94..54f6d9823e36 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mirroring-list/cephfs-mirroring-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mirroring-list/cephfs-mirroring-list.component.html @@@ -1,17 -1,19 +1,24 @@@ + + + + + (fetchData)="loadDaemonStatus()"> + + diff --cc src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts index 0607b8dfe271,d6fc52343edf..69845644dbdf --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts @@@ -101,14 -101,11 +101,15 @@@ import { TearsheetComponent } from './t import InfoIcon from '@carbon/icons/es/information/16'; import CopyIcon from '@carbon/icons/es/copy/32'; import downloadIcon from '@carbon/icons/es/download/16'; -import IdeaIcon from '@carbon/icons/es/idea/20'; -import CloseIcon from '@carbon/icons/es/close/16'; +import CheckmarkFilledIcon from '@carbon/icons/es/checkmark--filled/16'; +import ErrorFilledIcon from '@carbon/icons/es/error--filled/16'; +import InformationFilledIcon from '@carbon/icons/es/information--filled/16'; +import WarningFilledIcon from '@carbon/icons/es/warning--filled/16'; +import NotificationFilledIcon from '@carbon/icons/es/notification--filled/16'; +import { Close16 } from '@carbon/icons'; import { TearsheetStepComponent } from './tearsheet-step/tearsheet-step.component'; import { ProductiveCardComponent } from './productive-card/productive-card.component'; + import { PageHeaderComponent } from './page-header/page-header.component'; @NgModule({ imports: [