mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
feat(environments): create async edge [EE-4480] (#8527)
This commit is contained in:
parent
bc6a667a6b
commit
c819d4e7f7
59 changed files with 880 additions and 586 deletions
|
@ -32,6 +32,7 @@ import { customTemplatesModule } from './custom-templates';
|
|||
import { gitFormModule } from './git-form';
|
||||
import { settingsModule } from './settings';
|
||||
import { accessControlModule } from './access-control';
|
||||
import { envListModule } from './enviroments-list-view-components';
|
||||
|
||||
export const componentsModule = angular
|
||||
.module('portainer.app.react.components', [
|
||||
|
@ -39,6 +40,7 @@ export const componentsModule = angular
|
|||
gitFormModule,
|
||||
settingsModule,
|
||||
accessControlModule,
|
||||
envListModule,
|
||||
])
|
||||
.component(
|
||||
'tagSelector',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue