mirror of
https://github.com/portainer/portainer.git
synced 2025-07-29 02:09:41 +02:00
feat(templates): add /etc/hosts entries support (#1307)
This commit is contained in:
parent
f8451e944a
commit
1d150414d9
5 changed files with 36 additions and 1 deletions
|
@ -42,4 +42,5 @@ function TemplateViewModel(data) {
|
|||
};
|
||||
});
|
||||
}
|
||||
this.Hosts = data.hosts ? data.hosts : [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue