diff --git a/app/scripts/modules/core/src/deploymentStrategy/deploymentStrategy.module.ts b/app/scripts/modules/core/src/deploymentStrategy/deploymentStrategy.module.ts index 8a126d0a531..9add7c8ef0d 100644 --- a/app/scripts/modules/core/src/deploymentStrategy/deploymentStrategy.module.ts +++ b/app/scripts/modules/core/src/deploymentStrategy/deploymentStrategy.module.ts @@ -7,10 +7,12 @@ import './strategies/redblack/redblack.strategy'; import './strategies/rollingredblack/rollingredblack.strategy'; import { CUSTOM_STRATEGY_SELECTOR_COMPONENT } from './strategies/custom/customStrategySelector.component'; +import { PIPELINE_SELECTOR_COMPONENT } from './strategies/rollingredblack/pipelineSelector.component'; import { DEPLOYMENT_STRATEGY_SELECTOR_COMPONENT } from './deploymentStrategySelector.component'; export const DEPLOYMENT_STRATEGY_MODULE = 'spinnaker.core.deploymentStrategy'; module(DEPLOYMENT_STRATEGY_MODULE, [ CUSTOM_STRATEGY_SELECTOR_COMPONENT, + PIPELINE_SELECTOR_COMPONENT, DEPLOYMENT_STRATEGY_SELECTOR_COMPONENT, ]); diff --git a/app/scripts/modules/core/src/deploymentStrategy/strategies/rollingredblack/additionalFields.html b/app/scripts/modules/core/src/deploymentStrategy/strategies/rollingredblack/additionalFields.html index a19dcb29ac9..dcb04c126e2 100644 --- a/app/scripts/modules/core/src/deploymentStrategy/strategies/rollingredblack/additionalFields.html +++ b/app/scripts/modules/core/src/deploymentStrategy/strategies/rollingredblack/additionalFields.html @@ -1,13 +1,18 @@