]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #67276 from rhcs-dashboard/74636-service-modal-with-certmgr
authorNizamudeen A <nia@redhat.com>
Mon, 2 Mar 2026 04:34:24 +0000 (10:04 +0530)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 04:34:24 +0000 (10:04 +0530)
mgr/dashboard : Update create/edit service modal to support certmg

Reviewed-by: Abhishek Desai <abhishek.desai1@ibm.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/shared/components/icon/icon.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/service.interface.ts

index bbed643e0f5d436eb291f25dbf83e6d187b8cf51,78f0d682954dec6f60acd576d52435dd9128c378..0a85a40c0495d1215e9223e96ba4f1fd7636cb67
@@@ -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;