1
0
Fork 0
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:
Luca 2018-08-22 08:45:14 +02:00 committed by Anthony Lapenna
parent e8ab89ae79
commit 68d77e5e0e
3 changed files with 25 additions and 0 deletions

View file

@ -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;