mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
8 lines
219 B
JavaScript
8 lines
219 B
JavaScript
|
angular.module('portainer.docker').component('storidgeSnapshotCreation', {
|
||
|
templateUrl: './storidgeSnapshotCreation.html',
|
||
|
controller: 'StoridgeSnapshotCreationController',
|
||
|
bindings: {
|
||
|
volumeId: '<',
|
||
|
},
|
||
|
});
|