Skip to content

Commit

Permalink
HPCC-18601 Re-evaluate package maps widget in 7.0
Browse files Browse the repository at this point in the history
Improving some of the code in PackageMapQueryWidget.js to take advantage of the ECLWatch framework. U/I was not loading in 7.0.0 due
to some changes in dependencies - that has been fixed. Also, improve overall usability and# Please enter the commit message for your
changes. Lines starting
performance.

Signed-off by: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
  • Loading branch information
Miguel Vazquez committed Apr 11, 2018
1 parent 5a00c4e commit 3af17b8
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 474 deletions.
3 changes: 2 additions & 1 deletion esp/src/eclwatch/PackageMapDetailsWidget.js
Expand Up @@ -44,6 +44,7 @@ define([
templateString: template,
baseClass: "PackageMapDetailsWidget",
i18n: nlsHPCC,

borderContainer: null,
tabContainer: null,
validateWidget: null,
Expand Down Expand Up @@ -121,7 +122,7 @@ define([
this.process = params.process;
this.active = params.active;
if (params.packageMap) {
registry.byId(this.id + "Summary").set("title", params.packageMap);
registry.byId(this.id + "_Summary").set("title", params.packageMap);
domAttr.set(this.id + "PMID", "innerHTML", params.packageMap);
domAttr.set(this.id + "Target", "value", params.target);
domAttr.set(this.id + "Process", "value", params.process);
Expand Down

0 comments on commit 3af17b8

Please sign in to comment.