1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00
portainer/app/docker/components/datatables/services-datatable/actions/servicesDatatableActions.js

11 lines
324 B
JavaScript

angular.module('portainer.docker').component('servicesDatatableActions', {
templateUrl: './servicesDatatableActions.html',
controller: 'ServicesDatatableActionsController',
bindings: {
selectedItems: '=',
selectedItemCount: '=',
showUpdateAction: '<',
showAddAction: '<',
endpointId: '<',
},
});