From 9b40b8d76550fa4e8465c317eb04e7cc16a035a4 Mon Sep 17 00:00:00 2001 From: Cyril Dubuisson Date: Fri, 30 Aug 2019 19:00:46 +0200 Subject: [PATCH] :recycle: : refactor new stack page considering new job workflow --- src/main/resources/templates/new_stack.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/new_stack.html b/src/main/resources/templates/new_stack.html index 77cc39a17..cf1aed71b 100644 --- a/src/main/resources/templates/new_stack.html +++ b/src/main/resources/templates/new_stack.html @@ -228,7 +228,7 @@

Run

method: "POST" }).then(saved => { this.stack = saved; - window.location = `/stacks/${this.stack.id}/apply`; + window.location = `/stacks/${this.stack.id}/RUN`; }) }