1
0
Fork 0
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:
Anthony Lapenna 2017-11-22 22:16:53 +01:00 committed by GitHub
parent 547511c8aa
commit 4ab580923f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View file

@ -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 : [];