working on ManageTriggerGithostComponent

This commit is contained in:
alecmerdler 2017-02-18 01:45:00 -08:00 committed by Joseph Schorr
parent 39c18eb216
commit 14222be9fe
7 changed files with 554 additions and 2 deletions

View file

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