mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
refactor(namespace): migrate namespace access view to react [r8s-141] (#87)
This commit is contained in:
parent
8ed7cd80cb
commit
e9fc6d5598
62 changed files with 1018 additions and 610 deletions
|
@ -1,7 +1,7 @@
|
|||
import { useField } from 'formik';
|
||||
|
||||
import { useGroups } from '@/react/portainer/environments/environment-groups/queries';
|
||||
import { EnvironmentGroupId } from '@/react/portainer/environments/environment-groups/types';
|
||||
import { EnvironmentGroupId } from '@/react/portainer/environments/types';
|
||||
import { useCreateGroupMutation } from '@/react/portainer/environments/environment-groups/queries/useCreateGroupMutation';
|
||||
import { notifySuccess } from '@/portainer/services/notifications';
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { TagId } from '@/portainer/tags/types';
|
||||
import { EdgeGroup } from '@/react/edge/edge-groups/types';
|
||||
import { EnvironmentGroupId } from '@/react/portainer/environments/environment-groups/types';
|
||||
import { EnvironmentGroupId } from '@/react/portainer/environments/types';
|
||||
|
||||
export interface FormValues {
|
||||
group: EnvironmentGroupId | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue