feature: Hovering over the execution dialog title shows the action ID and execution ID (#468)

This commit is contained in:
James Read 2024-11-01 22:49:09 +00:00 committed by GitHub
parent 1bfb7c4b28
commit 8717997b0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ export class ExecutionDialog {
this.domIcon.innerHTML = res.logEntry.actionIcon
this.domTitle.innerText = res.logEntry.actionTitle
this.domTitle.title = 'Action ID: ' + res.logEntry.actionId + '\nExecution ID: ' + res.logEntry.executionTrackingId
this.updateDuration(res.logEntry)