mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(templates): add support for the note field (#805)
This commit is contained in:
parent
7bf708faab
commit
2761959f93
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
function TemplateViewModel(data) {
|
||||
this.Title = data.title;
|
||||
this.Description = data.description;
|
||||
this.Note = data.note ? data.note : data.description;
|
||||
this.Category = data.category;
|
||||
this.Logo = data.logo;
|
||||
this.Image = data.image;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue