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