feature: Hovering over the execution dialog title shows the action ID and execution ID (#468)
This commit is contained in:
parent
1bfb7c4b28
commit
8717997b0e
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue