mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
* feat(stacks): add the ability to migrate stacks to another endpoint * feat(stack-details): do not redirect to alternate endpoint after migration * fix(api): fix merge conflicts * feat(stack-details): add a modal to confirm stack migration
25 lines
540 B
JavaScript
25 lines
540 B
JavaScript
angular.module('portainer', [
|
|
'ui.bootstrap',
|
|
'ui.router',
|
|
'ui.select',
|
|
'isteven-multi-select',
|
|
'ngCookies',
|
|
'ngSanitize',
|
|
'ngFileUpload',
|
|
'ngMessages',
|
|
'ngResource',
|
|
'angularUtils.directives.dirPagination',
|
|
'LocalStorageModule',
|
|
'angular-jwt',
|
|
'angular-google-analytics',
|
|
'angular-json-tree',
|
|
'angular-loading-bar',
|
|
'angular-clipboard',
|
|
'luegg.directives',
|
|
'portainer.templates',
|
|
'portainer.app',
|
|
'portainer.agent',
|
|
'portainer.azure',
|
|
'portainer.docker',
|
|
'extension.storidge',
|
|
'rzModule']);
|