Skip to content

Commit

Permalink
HPCC-31517 ECL Watch v9 fix Activities page open button
Browse files Browse the repository at this point in the history
Clicking the open button links to a page displaying the Cluster info.
But due to some missing Dojo dependencies in the underlying widget,
a JavaScript error caused a white, blank page.

Signed-off-by: Jeremy Clements <[email protected]>
  • Loading branch information
jeclrsg committed Mar 22, 2024
1 parent 82b5b04 commit e030d1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion esp/src/eclwatch/GridDetailsWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ define([
"dijit/layout/BorderContainer",
"dijit/Toolbar",
"dijit/form/Button",
"dijit/form/TextBox",
"dijit/form/ToggleButton",
"dijit/ToolbarSeparator",
"dijit/layout/ContentPane"
"dijit/layout/ContentPane",

"hpcc/TableContainer"
], function (declare, lang, nlsHPCCMod, MemoryMod, Observable,
registry, Menu, MenuItem, MenuSeparator,
_TabContainerWidget, Utility, ESPUtil,
Expand Down
3 changes: 2 additions & 1 deletion esp/src/eclwatch/TpClusterInfoWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ define([
"hpcc/GridDetailsWidget",
"src/WsTopology",
"hpcc/DelayLoadWidget",
"src/ESPUtil"
"src/ESPUtil",

"dijit/Dialog",
], function (declare, lang, nlsHPCCMod,
selector,
GridDetailsWidget, WsTopology, DelayLoadWidget, ESPUtil) {
Expand Down

0 comments on commit e030d1d

Please sign in to comment.