1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(templates): allow to set hostname in container templates (#1833)

This commit is contained in:
Hans-Joachim Krauch 2018-05-02 20:41:46 +02:00 committed by Anthony Lapenna
parent e8744e8c0b
commit 1e55ada6af
3 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,7 @@
function TemplateViewModel(data) {
this.Type = data.type;
this.Name = data.name;
this.Hostname = data.hostname;
this.Title = data.title;
this.Description = data.description;
this.Note = data.note;