Skip to content

Commit

Permalink
fix(titus): handle strategy change (#5044)
Browse files Browse the repository at this point in the history
* fix(titus): handle strategy change event in deploy configuration

* chore(titus): bump package to 0.0.3
  • Loading branch information
anotherchrisberry committed Mar 21, 2018
1 parent fb7c398 commit bb11757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/titus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/titus",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<deployment-strategy-selector ng-if="!command.viewState.disableStrategySelection && command.selectedProvider"
label-columns="2"
field-columns="7"
on-strategy-change="command.onStrategyChange"
command="command"></deployment-strategy-selector>
<div class="form-group" ng-if="!command.viewState.hideClusterNamePreview">
<div class="col-md-12">
Expand Down

0 comments on commit bb11757

Please sign in to comment.