mirror of https://github.com/portainer/portainer
13 lines
330 B
JavaScript
13 lines
330 B
JavaScript
angular.module('portainer.edge').component('edgeStackEndpointsDatatable', {
|
|||
templateUrl: './edgeStackEndpointsDatatable.html',
|
|||
controller: 'EdgeStackEndpointsDatatableController',
|
|||
bindings: {
|
|||
titleText: '@',
|
|||
titleIcon: '@',
|
|||
tableKey: '@',
|
|||
orderBy: '@',
|
|||
reverseOrder: '<',
|
|||
retrievePage: '<',
|
|||
},
|
|||
});
|