feature: Logs table creates an entry as soon as the execution is started (#464)

This commit is contained in:
James Read
2024-11-01 21:23:22 +00:00
committed by GitHub
parent 964dc7b48a
commit 1bfb7c4b28
5 changed files with 79 additions and 48 deletions

View File

@@ -54,6 +54,7 @@ function websocketOnMessage (msg) {
case 'EventOutputChunk':
case 'EventConfigChanged':
case 'EventExecutionFinished':
case 'EventExecutionStarted':
case 'EventEntityChanged':
window.dispatchEvent(e)
break