mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-16 02:55:39 +00:00
feature: Logs table creates an entry as soon as the execution is started (#464)
This commit is contained in:
@@ -54,6 +54,7 @@ function websocketOnMessage (msg) {
|
||||
case 'EventOutputChunk':
|
||||
case 'EventConfigChanged':
|
||||
case 'EventExecutionFinished':
|
||||
case 'EventExecutionStarted':
|
||||
case 'EventEntityChanged':
|
||||
window.dispatchEvent(e)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user