Skip to content

Commit a8723aa

Browse files
Googlercopybara-github
authored andcommitted
Migrate from cfc-icon to cm-icon in pipeline UI.
This change updates the data preview component to use `cm-icon` instead of `cfc-icon` for displaying resource icons. It also updates the resource explorer icon configurations to include `cmIcon` values for relevant resource types, and adds `cmIcon` to the internal `IconConfig` type. PiperOrigin-RevId: 817416424
1 parent c151312 commit a8723aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/data_types_internal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ export interface IconConfig {
555555
iconset?: string;
556556
color?: string;
557557
size?: 'small'|'medium'|'large';
558+
cmIcon?: SVGSVGElement; // optional cm-icon
558559
}
559560

560561
/**

0 commit comments

Comments
 (0)