Skip to content

Commit

Permalink
♻️ : refactor new stack page considering new job workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Aug 30, 2019
1 parent fb58bed commit 9b40b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/new_stack.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h2>Run</h2>
method: "POST"
}).then(saved => {
this.stack = saved;
window.location = `/stacks/${this.stack.id}/apply`;
window.location = `/stacks/${this.stack.id}/RUN`;
})
}
</script>
Expand Down

0 comments on commit 9b40b8d

Please sign in to comment.