1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-20 05:49:40 +02:00
portainer/app/portainer/components/datatables/stacks-datatable/stacksDatatable.js

17 lines
443 B
JavaScript
Raw Normal View History

angular.module('portainer.app').component('stacksDatatable', {
templateUrl: 'app/portainer/components/datatables/stacks-datatable/stacksDatatable.html',
controller: 'StacksDatatableController',
bindings: {
title: '@',
titleIcon: '@',
dataset: '<',
tableKey: '@',
orderBy: '@',
reverseOrder: '<',
showTextFilter: '<',
showOwnershipColumn: '<',
removeAction: '<',
displayExternalStacks: '<'
}
});