1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 13:25:26 +02:00

feat(templates): Support interactive templates (#819)

This commit is contained in:
Alex Seymour 2017-05-18 22:49:55 +02:00 committed by Anthony Lapenna
parent 09aa67ba61
commit c3363604ac
3 changed files with 16 additions and 0 deletions

View file

@ -11,6 +11,7 @@ function TemplateViewModel(data) {
this.Env = data.env ? data.env : [];
this.Privileged = data.privileged ? data.privileged : false;
this.Volumes = [];
this.Interactive = data.interactive ? data.interactive : false;
if (data.volumes) {
this.Volumes = data.volumes.map(function (v) {
return {