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:
parent
e8744e8c0b
commit
1e55ada6af
3 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue