mirror of https://github.com/portainer/portainer
8 lines
217 B
JavaScript
8 lines
217 B
JavaScript
|
angular.module('portainer.docker').component('storidgeSnapshotCreation', {
|
||
|
templateUrl: './storidgeSnapshotCreation.html',
|
||
|
controller: 'StoridgeSnapshotCreationController',
|
||
|
bindings: {
|
||
|
volumeId: '<'
|
||
|
}
|
||
|
});
|