Skip to content

Commit

Permalink
fix(help): reflect reality in rollingredblack help text bubble-things (
Browse files Browse the repository at this point in the history
  • Loading branch information
dreynaud authored and christopherthielen committed Sep 14, 2019
1 parent 1dc470d commit ec1d32f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class AdditionalFields extends React.Component<IRollingRedBlackStrategyAd
<div className="col-md-12 form-inline">
<label>
Wait
<HelpField content="Time to wait before disabling all old server groups in this cluster" />
<HelpField content="Time to wait after each percentage step before disabling instances in the old server group" />
</label>
<input
className="form-control input-sm"
Expand All @@ -119,7 +119,7 @@ export class AdditionalFields extends React.Component<IRollingRedBlackStrategyAd
<div className="col-md-12" style={{ marginTop: '5px' }}>
<label>
Run a Pipeline
<HelpField content="Pipeline to run before disabling all old server groups in this cluster" />
<HelpField content="Pipeline to run after each percentage step before disabling instances in the old server group" />
</label>
<PipelineSelector command={command.pipelineBeforeCleanup} type="pipelines" />
</div>
Expand Down

0 comments on commit ec1d32f

Please sign in to comment.