refactor(registries): migrate list view to react [EE-4704] (#10687)

This commit is contained in:
Chaim Lev-Ari
2024-04-08 17:22:43 +03:00
committed by GitHub
parent 9600eb6fa1
commit f584bf3830
61 changed files with 504 additions and 490 deletions

View File

@@ -1,5 +1,5 @@
import axios, { parseAxiosError } from '@/portainer/services/axios';
import { RegistryId } from '@/react/portainer/registries/types';
import { RegistryId } from '@/react/portainer/registries/types/registry';
import { Pair } from '@/react/portainer/settings/types';
import { EdgeGroup } from '@/react/edge/edge-groups/types';