mirror of https://github.com/portainer/portainer
12 lines
324 B
JavaScript
12 lines
324 B
JavaScript
angular.module('portainer.docker').component('servicesDatatableActions', {
|
|
templateUrl: './servicesDatatableActions.html',
|
|
controller: 'ServicesDatatableActionsController',
|
|
bindings: {
|
|
selectedItems: '=',
|
|
selectedItemCount: '=',
|
|
showUpdateAction: '<',
|
|
showAddAction: '<',
|
|
endpointId: '<',
|
|
},
|
|
});
|