From: Nizamudeen A Date: Mon, 2 Mar 2026 04:34:24 +0000 (+0530) Subject: Merge pull request #67276 from rhcs-dashboard/74636-service-modal-with-certmgr X-Git-Tag: v21.0.0~189 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ae5c7ae79afe90822bc43d873b3f437b5471f265;p=ceph.git Merge pull request #67276 from rhcs-dashboard/74636-service-modal-with-certmgr mgr/dashboard : Update create/edit service modal to support certmg Reviewed-by: Abhishek Desai --- ae5c7ae79afe90822bc43d873b3f437b5471f265 diff --cc src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.ts index bbed643e0f5d,78f0d682954d..0a85a40c0495 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.ts @@@ -8,10 -15,9 +15,10 @@@ import { ICON_TYPE, Icons, IconSize } f standalone: false, encapsulation: ViewEncapsulation.None }) - export class IconComponent implements OnInit { + export class IconComponent implements OnInit, OnChanges { @Input() type!: keyof typeof ICON_TYPE; @Input() size: IconSize = IconSize.size16; + @Input() class: string = ''; icon: string;