mirror of
https://github.com/portainer/portainer.git
synced 2025-07-27 09:19:39 +02:00
fix(templates): fix an issue preventing linuxserver.io templates to be displayed (#1426)
This commit is contained in:
parent
547511c8aa
commit
4ab580923f
3 changed files with 7 additions and 5 deletions
|
@ -1,4 +1,5 @@
|
|||
function TemplateLSIOViewModel(data) {
|
||||
this.Type = data.type;
|
||||
this.Title = data.title;
|
||||
this.Note = data.description;
|
||||
this.Categories = data.category ? data.category : [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue