Skip to content

Commit

Permalink
fix({core,cloudfoundry}/deploy): better red/black, rolling red/black …
Browse files Browse the repository at this point in the history
…help text (#6699)

* fix({core,cloudfoundry}/deploy): better red/black and rolling red/black help text

* Tweak RRB language
  • Loading branch information
erikmunson authored and anotherchrisberry committed Mar 20, 2019
1 parent 33d674d commit 29b001b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class AdditionalFields extends React.Component<IRedBlackStrategyAdditiona
<div className="col-md-12 form-inline">
<label>
Wait Before Disable &nbsp;
<HelpField content="Time to wait before disabling old server group" />
<HelpField content="Time to wait before disabling all old server groups in this cluster" />
</label>
<div>
<input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class AdditionalFields extends React.Component<IRedBlackStrategyAdditiona
<div className="col-md-12 form-inline">
<label>
Wait Before Disable
<HelpField content="Time to wait before disabling old server group" />
<HelpField content="Time to wait before disabling all old server groups in this cluster" />
</label>
<input
className="form-control input-sm"
Expand All @@ -75,7 +75,7 @@ export class AdditionalFields extends React.Component<IRedBlackStrategyAdditiona
<div className="col-md-12 form-inline" style={{ marginTop: '5px' }}>
<label>
Wait Before Scale Down
<HelpField content="Time to wait before scaling down old server groups" />
<HelpField content="Time to wait before scaling down all old server groups in this cluster" />
</label>
<input
className="form-control input-sm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class AdditionalFields extends React.Component<IRollingRedBlackStrategyAd
<div className="col-md-12 form-inline" style={{ marginTop: '5px' }}>
<label>
<span style={{ marginRight: '2px' }}>Wait Before Scale Down</span>
<HelpField content="Time to wait before scaling down old server groups" />
<HelpField content="Time to wait before scaling down all old server groups" />
</label>
<input
className="form-control input-sm"
Expand Down 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 instances in old server group" />
<HelpField content="Time to wait before disabling all old server groups in this cluster" />
</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 instances in old server group" />
<HelpField content="Pipeline to run before disabling all old server groups in this cluster" />
</label>
<PipelineSelector command={command.pipelineBeforeCleanup} type="pipelines" />
</div>
Expand Down

0 comments on commit 29b001b

Please sign in to comment.