Просмотр исходного кода

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

James Read 1 год назад
Родитель
Сommit
8717997b0e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      webui.dev/js/ExecutionDialog.js

+ 1 - 0
webui.dev/js/ExecutionDialog.js

@@ -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)