Skip to content

Commit

Permalink
fix(deck): Show fail fast status code only if they are not pre-config…
Browse files Browse the repository at this point in the history
…ured (#7512)
  • Loading branch information
afcastano authored and marchello2000 committed Oct 11, 2019
1 parent e4e3c46 commit 752b1ab
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -14,7 +14,11 @@
</ui-select-choices>
</ui-select>
</stage-config-field>
<stage-config-field label="Fail Fast HTTP Statuses" help-key="pipeline.config.webhook.failFastCodes">
<stage-config-field
label="Fail Fast HTTP Statuses"
help-key="pipeline.config.webhook.failFastCodes"
ng-if="$ctrl.displayField('failFastStatusCodes')"
>
<input
type="text"
class="form-control input-sm"
Expand Down

0 comments on commit 752b1ab

Please sign in to comment.