mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 06:19:41 +02:00
14 lines
353 B
JavaScript
14 lines
353 B
JavaScript
angular.module('portainer.edge').component('associatedEndpointsDatatable', {
|
|||
templateUrl: './associatedEndpointsDatatable.html',
|
|||
controller: 'AssociatedEndpointsDatatableController',
|
|||
bindings: {
|
|||
titleText: '@',
|
|||
titleIcon: '@',
|
|||
tableKey: '@',
|
|||
orderBy: '@',
|
|||
reverseOrder: '<',
|
|||
retrievePage: '<',
|
|||
updateKey: '<',
|
|||
},
|
|||
});
|