Add fetching of qe deployments in config tool
This commit is contained in:
parent
2c61c87712
commit
3d4e43c8d1
24 changed files with 484 additions and 18 deletions
|
@ -4,6 +4,7 @@ import * as restangular from 'restangular';
|
|||
import { ConfigSetupAppComponent } from './components/config-setup-app/config-setup-app.component';
|
||||
import { DownloadTarballModalComponent } from './components/download-tarball-modal/download-tarball-modal.component';
|
||||
import { LoadConfigComponent } from './components/load-config/load-config.component';
|
||||
import { KubeDeployModalComponent } from './components/kube-deploy-modal/kube-deploy-modal.component';
|
||||
|
||||
const quayDependencies: string[] = [
|
||||
'restangular',
|
||||
|
@ -45,6 +46,7 @@ function provideConfig($provide: ng.auto.IProvideService,
|
|||
ConfigSetupAppComponent,
|
||||
DownloadTarballModalComponent,
|
||||
LoadConfigComponent,
|
||||
KubeDeployModalComponent,
|
||||
],
|
||||
providers: []
|
||||
})
|
||||
|
|
Reference in a new issue