Skip to content

Commit

Permalink
✨ : add interval to refresh job history
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Nov 4, 2019
1 parent 5847f55 commit 75dacc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/templates/stack.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,10 @@ <h2><span><i class="fas fa-history"></i> Job history</span></h2>
return this.state.variablesValid && this.stack.name.trim() !== "";
}
}
})
});

// interval to refresh job history
setInterval(loadJobs, 1000);
}

new Vue({
Expand Down

0 comments on commit 75dacc9

Please # to comment.