mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(networks): add details about the attachable/internal properties (#2200)
This commit is contained in:
parent
e8ab89ae79
commit
68d77e5e0e
3 changed files with 25 additions and 0 deletions
|
@ -4,6 +4,7 @@ function NetworkViewModel(data) {
|
|||
this.Scope = data.Scope;
|
||||
this.Driver = data.Driver;
|
||||
this.Attachable = data.Attachable;
|
||||
this.Internal = data.Internal;
|
||||
this.IPAM = data.IPAM;
|
||||
this.Containers = data.Containers;
|
||||
this.Options = data.Options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue