瀏覽代碼

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

James Read 1 年之前
父節點
當前提交
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)