diff --git a/src/components/DiagnosticsButtonRun.vue b/src/components/DiagnosticsButtonRun.vue index c4f2c918637..53df308f0b1 100644 --- a/src/components/DiagnosticsButtonRun.vue +++ b/src/components/DiagnosticsButtonRun.vue @@ -26,6 +26,7 @@ export default Vue.extend({ this.lastRunInterval = setInterval(() => { this.currentTime = dayjs(); }, 1000); + this.onClick(); }, beforeDestroy() { clearInterval(this.lastRunInterval);