working on ManageTriggerGithostComponent
This commit is contained in:
parent
39c18eb216
commit
14222be9fe
7 changed files with 554 additions and 2 deletions
|
@ -8,6 +8,7 @@ import { NgModule } from "angular-ts-decorators";
|
|||
import { QuayRoutes } from "./quay-routes.module";
|
||||
import { DockerfilePathSelectComponent } from './directives/ui/dockerfile-path-select/dockerfile-path-select.component';
|
||||
import { ManageTriggerCustomGitComponent } from './directives/ui/manage-trigger-custom-git/manage-trigger-custom-git.component';
|
||||
import { ManageTriggerGithostComponent } from './directives/ui/manage-trigger-githost/manage-trigger-githost.component';
|
||||
|
||||
|
||||
var quayDependencies: any[] = [
|
||||
|
@ -57,6 +58,7 @@ if (INJECTED_CONFIG && INJECTED_CONFIG.RECAPTCHA_SITE_KEY) {
|
|||
RegexMatchViewComponent,
|
||||
DockerfilePathSelectComponent,
|
||||
ManageTriggerCustomGitComponent,
|
||||
ManageTriggerGithostComponent,
|
||||
],
|
||||
providers: [
|
||||
ViewArrayImpl,
|
||||
|
|
Reference in a new issue