mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
refactor(templates): migrate template item to react [EE-6203] (#10429)
This commit is contained in:
parent
d970f0e2bc
commit
1ad9488ca7
25 changed files with 932 additions and 289 deletions
|
@ -4,7 +4,7 @@ import { BadgeIcon, BadgeSize } from './BadgeIcon/BadgeIcon';
|
|||
|
||||
interface Props {
|
||||
// props for the image to load
|
||||
src: string; // a link to an external image
|
||||
src?: string; // a link to an external image
|
||||
fallbackIcon: string;
|
||||
alt?: string;
|
||||
size?: BadgeSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue