mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
refactor(gitops): migrate git form to react [EE-4849] (#8268)
This commit is contained in:
parent
afe6cd6df0
commit
273a3f9a10
130 changed files with 3194 additions and 1190 deletions
|
@ -19,6 +19,7 @@ import './portainer/__module';
|
|||
|
||||
import { onStartupAngular } from './app';
|
||||
import { configApp } from './config';
|
||||
import { constantsModule } from './ng-constants';
|
||||
|
||||
import { nomadModule } from './nomad';
|
||||
|
||||
|
@ -52,6 +53,7 @@ angular
|
|||
'moment-picker',
|
||||
'angulartics',
|
||||
analyticsModule,
|
||||
constantsModule,
|
||||
])
|
||||
.run(onStartupAngular)
|
||||
.config(configApp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue