1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-31 03:09:44 +02:00
portainer/app/portainer/components/template-list/template-list.js
Anthony Lapenna 5563ff60fc feat(templates): remove template management features (#3719)
* feat(api): remove template management features

* feat(templates): remove template management features
2020-06-03 11:38:39 +12:00

12 lines
289 B
JavaScript

angular.module('portainer.app').component('templateList', {
templateUrl: './templateList.html',
controller: 'TemplateListController',
bindings: {
titleText: '@',
titleIcon: '@',
templates: '<',
tableKey: '@',
selectAction: '<',
showSwarmStacks: '<',
},
});