mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
parent
082cf5772b
commit
f28f223624
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ function TemplateViewModel(data) {
|
|||
this.Command = data.command ? data.command : '';
|
||||
this.Network = data.network ? data.network : '';
|
||||
this.Env = data.env ? data.env : [];
|
||||
this.Privileged = data.privileged ? data.privileged : false;
|
||||
this.Volumes = [];
|
||||
if (data.volumes) {
|
||||
this.Volumes = data.volumes.map(function (v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue