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