Forráskód Böngészése

Merge pull request #6825 from GordonSmith/HPCC-10248

HPCC-10248 Show JobName on Summary Tab for WU Details

Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 éve
szülő
commit
f54cf5c2a8
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      esp/src/eclwatch/WUDetailsWidget.js

+ 1 - 0
esp/src/eclwatch/WUDetailsWidget.js

@@ -344,6 +344,7 @@ define([
                 dom.byId(this.id + "ProtectedImage").src = this.wu.getProtectedImage();
             } else if (name === "Jobname") {
                 this.updateInput("Jobname2", oldValue, newValue);
+                this.summaryWidget.set("tooltip", newValue);
             } else if (name === "WorkflowCount" && newValue) {
                 this.widget._Workflows.set("title", this.i18n.Workflows + " (" + newValue + ")");
                 this.setDisabled(this.widget._Workflows.id, false);