mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
refactor(kube/apps): migrate integrated apps table to react [EE-4690] (#11025)
This commit is contained in:
parent
26bb028ace
commit
946166319f
16 changed files with 291 additions and 260 deletions
|
@ -3,7 +3,6 @@
|
|||
import dataflow from '@/assets/ico/dataflow-1.svg?c';
|
||||
import git from '@/assets/ico/git.svg?c';
|
||||
import kube from '@/assets/ico/kube.svg?c';
|
||||
import laptopcode from '@/assets/ico/laptop-code.svg?c';
|
||||
import ldap from '@/assets/ico/ldap.svg?c';
|
||||
import linux from '@/assets/ico/linux.svg?c';
|
||||
import memory from '@/assets/ico/memory.svg?c';
|
||||
|
@ -40,7 +39,6 @@ export const SvgIcons = {
|
|||
dataflow,
|
||||
dockericon,
|
||||
git,
|
||||
laptopcode,
|
||||
ldap,
|
||||
linux,
|
||||
memory,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue