portainer/app/extensions/storidge/components/profiles-datatable/storidgeProfilesDatatable.js

14 lines
335 B
JavaScript

angular.module('extension.storidge').component('storidgeProfilesDatatable', {
templateUrl: './storidgeProfilesDatatable.html',
controller: 'GenericDatatableController',
bindings: {
titleText: '@',
titleIcon: '@',
dataset: '<',
tableKey: '@',
orderBy: '@',
reverseOrder: '<',
removeAction: '<'
}
});