portainer/app/docker/components/datatables/volumes-datatable/volumesDatatable.js

18 lines
417 B
JavaScript

angular.module('portainer.docker').component('volumesDatatable', {
templateUrl: './volumesDatatable.html',
controller: 'VolumesDatatableController',
bindings: {
titleText: '@',
titleIcon: '@',
dataset: '<',
tableKey: '@',
orderBy: '@',
reverseOrder: '<',
showHostColumn: '<',
removeAction: '<',
showBrowseAction: '<',
offlineMode: '<',
refreshCallback: '<',
},
});