mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 09:49:40 +02:00
14 lines
347 B
JavaScript
14 lines
347 B
JavaScript
|
angular.module('extension.storidge').component('storidgeSnapshotsDatatable', {
|
||
|
templateUrl: './storidgeSnapshotsDatatable.html',
|
||
|
controller: 'StoridgeSnapshotsDatatableController',
|
||
|
bindings: {
|
||
|
titleText: '@',
|
||
|
titleIcon: '@',
|
||
|
dataset: '<',
|
||
|
tableKey: '@',
|
||
|
orderBy: '@',
|
||
|
reverseOrder: '<',
|
||
|
removeAction: '<'
|
||
|
}
|
||
|
});
|