mirror of https://github.com/portainer/portainer
14 lines
352 B
JavaScript
14 lines
352 B
JavaScript
angular.module('portainer.integrations.storidge').component('storidgeSnapshotsDatatable', {
|
|
templateUrl: './storidgeSnapshotsDatatable.html',
|
|
controller: 'GenericDatatableController',
|
|
bindings: {
|
|
titleText: '@',
|
|
titleIcon: '@',
|
|
dataset: '<',
|
|
tableKey: '@',
|
|
orderBy: '@',
|
|
reverseOrder: '<',
|
|
removeAction: '<',
|
|
},
|
|
});
|