Skip to content

Commit

Permalink
HPCC-31188 Ensure scopes table display "a" value.
Browse files Browse the repository at this point in the history
Temp fix to ensure either "value", "max" or "avg" is displayed for
selected columns.

Add TimeLocalExecute to the default list of columns.
Fix sorting to use raw values

Signed-off-by: Gordon Smith <[email protected]>
  • Loading branch information
GordonSmith committed Feb 7, 2024
1 parent 432b00b commit 3355471
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 2,080 deletions.
222 changes: 111 additions & 111 deletions esp/src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions esp/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"@fluentui/react-hooks": "8.6.36",
"@fluentui/react-icons-mdl2": "1.3.56",
"@fluentui/react-migration-v8-v9": "9.5.4",
"@hpcc-js/chart": "2.81.9",
"@hpcc-js/codemirror": "2.61.1",
"@hpcc-js/common": "2.71.14",
"@hpcc-js/comms": "2.88.0",
"@hpcc-js/chart": "2.81.10",
"@hpcc-js/codemirror": "2.61.2",
"@hpcc-js/common": "2.71.15",
"@hpcc-js/comms": "2.89.0",
"@hpcc-js/dataflow": "8.1.6",
"@hpcc-js/eclwatch": "2.73.33",
"@hpcc-js/graph": "2.85.10",
"@hpcc-js/html": "2.42.15",
"@hpcc-js/layout": "2.49.14",
"@hpcc-js/map": "2.77.13",
"@hpcc-js/other": "2.15.14",
"@hpcc-js/phosphor": "2.18.0",
"@hpcc-js/react": "2.53.11",
"@hpcc-js/tree": "2.40.14",
"@hpcc-js/eclwatch": "2.73.36",
"@hpcc-js/graph": "2.85.11",
"@hpcc-js/html": "2.42.16",
"@hpcc-js/layout": "2.49.15",
"@hpcc-js/map": "2.77.14",
"@hpcc-js/other": "2.15.15",
"@hpcc-js/phosphor": "2.18.1",
"@hpcc-js/react": "2.53.12",
"@hpcc-js/tree": "2.40.15",
"@hpcc-js/util": "2.50.6",
"@kubernetes/client-node": "0.20.0",
"clipboard": "2.0.11",
Expand Down
Loading

0 comments on commit 3355471

Please sign in to comment.