Skip to content

Commit

Permalink
chore(titus): Deprecating pipeline migration strategy (#7414)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach committed Sep 20, 2019
1 parent bce3ac5 commit 97c85d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<select
class="form-control input-sm"
ng-model="$ctrl.config.type"
ng-options="strategy as (strategy | robotToHuman) for strategy in $ctrl.migrationOptions"
ng-options="strategy as (strategy | robotToHuman) disable when strategy === 'pipeline' for strategy in $ctrl.migrationOptions"
ng-change="$ctrl.updateType()"
></select>
</div>
Expand Down

0 comments on commit 97c85d9

Please sign in to comment.