1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

feat(ui): custom template item EE-3738 (#7303)

This commit is contained in:
Ali 2022-07-27 09:40:22 +12:00 committed by GitHub
parent 82b848af0c
commit 1ef713d80b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 60 additions and 52 deletions

View file

@ -5,7 +5,7 @@
<custom-templates-list
ng-if="$ctrl.templates"
title-text="Templates"
title-icon="fa-rocket"
title-icon="edit"
templates="$ctrl.templates"
table-key="customTemplates"
is-edit-allowed="$ctrl.isEditAllowed"