1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 21:39:40 +02:00
portainer/app/docker/components/datatables/images-datatable/imagesDatatable.js

18 lines
465 B
JavaScript
Raw Normal View History

angular.module('portainer.docker').component('imagesDatatable', {
templateUrl: 'app/docker/components/datatables/images-datatable/imagesDatatable.html',
controller: 'ImagesDatatableController',
bindings: {
titleText: '@',
titleIcon: '@',
dataset: '<',
tableKey: '@',
orderBy: '@',
reverseOrder: '<',
2018-05-06 09:15:57 +02:00
showHostColumn: '<',
removeAction: '<',
downloadAction: '<',
forceRemoveAction: '<',
exportInProgress: '<'
}
});