Files
portainer/app/integrations/_module.js
T
xAt0mZ 144e0ae07e refactor(app): move storidge to new 'integrations' module (#2905)
* refactor(app): move storidge to new 'integrations' module

* style(storidge): revert TODO note removal
2019-06-11 23:13:18 +02:00

4 lines
83 B
JavaScript

angular.module('portainer.integrations', [
'portainer.integrations.storidge'
]);