1
0
Fork 0
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:
Chaim Lev-Ari 2023-10-19 21:09:15 +02:00 committed by GitHub
parent d970f0e2bc
commit 1ad9488ca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 932 additions and 289 deletions

View file

@ -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;