1
0
Fork 0
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:
Chaim Lev-Ari 2023-03-01 20:33:05 +02:00 committed by GitHub
parent bc6a667a6b
commit c819d4e7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 880 additions and 586 deletions

View file

@ -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',