Skip to content

Commit

Permalink
HPCC-32830 Add missing dependencies to WUDetails
Browse files Browse the repository at this point in the history
Fails to render in standalone mode (without the frame), due to missing dependencies

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Oct 18, 2024
1 parent 4a38af6 commit 2ceb8bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esp/src/eclwatch/WUDetailsWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ define([
"dijit/form/TextBox",
"dijit/Dialog",
"dijit/form/SimpleTextarea",
"dijit/form/DateTextBox",
"dijit/form/TimeTextBox",

"hpcc/TableContainer"
], function (declare, lang, nlsHPCCMod, dom, domAttr, domClass, topic,
Expand Down

0 comments on commit 2ceb8bf

Please sign in to comment.