mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +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
5
app/react/docker/types.ts
Normal file
5
app/react/docker/types.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { ResourceControlResponse } from '@/portainer/access-control/types';
|
||||
|
||||
export interface PortainerMetadata {
|
||||
ResourceControl: ResourceControlResponse;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue