From 75dacc915825253d22891f92376f4ebac04b9d22 Mon Sep 17 00:00:00 2001 From: Cyril Dubuisson Date: Mon, 4 Nov 2019 10:33:31 +0100 Subject: [PATCH] :sparkles: : add interval to refresh job history --- src/main/resources/templates/stack.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/stack.html b/src/main/resources/templates/stack.html index 00b506fc5..bf034ce32 100644 --- a/src/main/resources/templates/stack.html +++ b/src/main/resources/templates/stack.html @@ -351,7 +351,10 @@

Job history

return this.state.variablesValid && this.stack.name.trim() !== ""; } } - }) + }); + + // interval to refresh job history + setInterval(loadJobs, 1000); } new Vue({