mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
* refactor(app): move storidge to new 'integrations' module * style(storidge): revert TODO note removal
7 lines
217 B
JavaScript
7 lines
217 B
JavaScript
angular.module('portainer.docker').component('storidgeSnapshotCreation', {
|
|
templateUrl: './storidgeSnapshotCreation.html',
|
|
controller: 'StoridgeSnapshotCreationController',
|
|
bindings: {
|
|
volumeId: '<'
|
|
}
|
|
});
|