mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
refactor(app): details widget migration [EE-5352] (#8886)
This commit is contained in:
parent
fdd79cece8
commit
af77e33993
57 changed files with 2046 additions and 1079 deletions
|
@ -1,7 +1,7 @@
|
|||
import { PropsWithChildren, ReactNode } from 'react';
|
||||
import { SchemaOf, string } from 'yup';
|
||||
|
||||
import { StackId } from '@/react/docker/stacks/types';
|
||||
import { StackId } from '@/react/common/stacks/types';
|
||||
import { useStateWrapper } from '@/react/hooks/useStateWrapper';
|
||||
|
||||
import { FormControl } from '@@/form-components/FormControl';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { StackId } from '@/react/docker/stacks/types';
|
||||
import { StackId } from '@/react/common/stacks/types';
|
||||
import { useGitRefs } from '@/react/portainer/gitops/queries/useGitRefs';
|
||||
|
||||
import { Select } from '@@/form-components/Input';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue