feat(frontend): import CE code to EE (#1365)

This commit is contained in:
Chaim Lev-Ari
2025-12-17 13:02:19 +02:00
committed by GitHub
parent 5640e8c11a
commit 2f5b083c5c
1849 changed files with 6602 additions and 6494 deletions
@@ -1,20 +1,20 @@
import { useMutation, useQueryClient } from '@tanstack/react-query';
import axios, { parseAxiosError } from '@/portainer/services/axios';
import axios, { parseAxiosError } from '@CE/portainer/services/axios';
import {
mutationOptions,
withError,
withInvalidate,
} from '@/react-tools/react-query';
import { buildUrl } from '@/react/edge/edge-stacks/queries/buildUrl';
} from '@CE/react-tools/react-query';
import { buildUrl } from '@CE/react/edge/edge-stacks/queries/buildUrl';
import {
DeploymentType,
EdgeStack,
StaggerConfig,
} from '@/react/edge/edge-stacks/types';
import { EdgeGroup } from '@/react/edge/edge-groups/types';
import { Registry } from '@/react/portainer/registries/types/registry';
import { Pair } from '@/react/portainer/settings/types';
} from '@CE/react/edge/edge-stacks/types';
import { EdgeGroup } from '@CE/react/edge/edge-groups/types';
import { Registry } from '@CE/react/portainer/registries/types/registry';
import { Pair } from '@CE/react/portainer/settings/types';
import { queryKeys } from '../../queries/query-keys';