Преглед изворни кода

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)