Revert "feat(frontend): import CE code to EE" (#1557)

This commit is contained in:
Chaim Lev-Ari
2025-12-18 13:45:26 +02:00
committed by GitHub
parent 2f5b083c5c
commit bf8ccbcec6
1849 changed files with 6494 additions and 6602 deletions
@@ -1,9 +1,9 @@
import { CellContext } from '@tanstack/react-table';
import { useCurrentEnvironment } from '@CE/react/hooks/useCurrentEnvironment';
import { isAgentEnvironment } from '@CE/react/portainer/environments/utils';
import { useCurrentEnvironment } from '@/react/hooks/useCurrentEnvironment';
import { isAgentEnvironment } from '@/react/portainer/environments/utils';
import { Link } from '@@CE/Link';
import { Link } from '@@/Link';
import { DecoratedTask } from '../types';
import { getTableMeta } from '../meta';