mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
chore(kubernetes): Migrate Helm Templates View to React R8S-239 (#587)
This commit is contained in:
parent
ad89df4d0d
commit
264ff5457b
20 changed files with 635 additions and 372 deletions
5
app/react/kubernetes/helm/HelmTemplates/HelmIcon.tsx
Normal file
5
app/react/kubernetes/helm/HelmTemplates/HelmIcon.tsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
import helm from '@/assets/ico/vendor/helm.svg?c';
|
||||
|
||||
import { BadgeIcon } from '@@/BadgeIcon';
|
||||
|
||||
export const HelmIcon = <BadgeIcon icon={helm} />;
|
Loading…
Add table
Add a link
Reference in a new issue