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,17 +1,17 @@
import { useCurrentStateAndParams } from '@uirouter/react';
import LaptopCode from '@CE/assets/ico/laptop-code.svg?c';
import { useEnvironmentId } from '@CE/react/hooks/useEnvironmentId';
import { useApplications } from '@CE/react/kubernetes/applications/queries/useApplications';
import LaptopCode from '@/assets/ico/laptop-code.svg?c';
import { useEnvironmentId } from '@/react/hooks/useEnvironmentId';
import { useApplications } from '@/react/kubernetes/applications/queries/useApplications';
import { Datatable, TableSettingsMenu } from '@@CE/datatables';
import { TableSettingsMenuAutoRefresh } from '@@CE/datatables/TableSettingsMenuAutoRefresh';
import { useTableStateWithStorage } from '@@CE/datatables/useTableState';
import { Datatable, TableSettingsMenu } from '@@/datatables';
import { TableSettingsMenuAutoRefresh } from '@@/datatables/TableSettingsMenuAutoRefresh';
import { useTableStateWithStorage } from '@@/datatables/useTableState';
import {
BasicTableSettings,
refreshableSettings,
RefreshableTableSettings,
} from '@@CE/datatables/types';
} from '@@/datatables/types';
import { useColumns } from './columns';