portainer/app/extensions/storidge/components/snapshot-creation/storidgeSnapshotCreation.js

8 lines
268 B
JavaScript

angular.module('portainer.docker').component('storidgeSnapshotCreation', {
templateUrl: 'app/extensions/storidge/components/snapshot-creation/storidgeSnapshotCreation.html',
controller: 'StoridgeSnapshotCreationController',
bindings: {
volumeId: '<'
}
});