Skip to content

Commit

Permalink
Merge pull request #18447 from jeclrsg/hpcc-31517-activities-open-but…
Browse files Browse the repository at this point in the history
…ton-js-error

HPCC-31517 ECL Watch v9 fix Activities page open button
  • Loading branch information
GordonSmith authored Mar 25, 2024
2 parents 82b5b04 + e030d1d commit ab6d0f7
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 ab6d0f7

Please sign in to comment.