fix(core): Fixes event msg confirmations if no subscribers present (#5118)
* adds ExecutionEvents view modal to ExecutionList * fix time rendering and remove wf column * checks for unfinished executions and fails them * prevent re-setting stoppedAt for execution * removing UI changes but keeping eventbus fixes * remove comment
This commit is contained in:
committed by
GitHub
parent
044b153275
commit
62d06b1e6e
@@ -459,6 +459,7 @@
|
||||
"executionsList.showError.refreshData.title": "Problem loading data",
|
||||
"executionsList.showError.retryExecution.title": "Problem with retry",
|
||||
"executionsList.showError.stopExecution.title": "Problem stopping execution",
|
||||
"executionsList.showError.getExecutionEvents.title": "Problem fetching execution events",
|
||||
"executionsList.showMessage.handleDeleteSelected.title": "Execution deleted",
|
||||
"executionsList.showMessage.retrySuccessfulFalse.title": "Retry unsuccessful",
|
||||
"executionsList.showMessage.retrySuccessfulTrue.title": "Retry successful",
|
||||
|
||||
Reference in New Issue
Block a user