mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(docker/networks): show correct resource control data [EE-3401] (#7060)
This commit is contained in:
parent
18252ab854
commit
92eaa02156
6 changed files with 20 additions and 15 deletions
|
@ -1,7 +1,5 @@
|
|||
import {
|
||||
AccessControlFormData,
|
||||
ResourceControlResponse,
|
||||
} from '@/portainer/access-control/types';
|
||||
import { AccessControlFormData } from '@/portainer/access-control/types';
|
||||
import { PortainerMetadata } from '@/react/docker/types';
|
||||
|
||||
import { PortMapping } from './ContainerInstances/CreateContainerInstanceForm/PortsMappingField';
|
||||
|
||||
|
@ -21,10 +19,6 @@ export interface ContainerInstanceFormValues {
|
|||
accessControl: AccessControlFormData;
|
||||
}
|
||||
|
||||
interface PortainerMetadata {
|
||||
ResourceControl: ResourceControlResponse;
|
||||
}
|
||||
|
||||
interface Container {
|
||||
name: string;
|
||||
properties: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue