mirror of
https://github.com/portainer/portainer.git
synced 2025-07-31 03:09:44 +02:00
* feat(api): remove template management features * feat(templates): remove template management features
12 lines
289 B
JavaScript
12 lines
289 B
JavaScript
angular.module('portainer.app').component('templateList', {
|
|
templateUrl: './templateList.html',
|
|
controller: 'TemplateListController',
|
|
bindings: {
|
|
titleText: '@',
|
|
titleIcon: '@',
|
|
templates: '<',
|
|
tableKey: '@',
|
|
selectAction: '<',
|
|
showSwarmStacks: '<',
|
|
},
|
|
});
|