Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/candidate-9.2.x' into candidate-…
Browse files Browse the repository at this point in the history
…9.4.x
  • Loading branch information
GordonSmith committed Dec 7, 2023
2 parents e4ed087 + e750598 commit c3a5532
Show file tree
Hide file tree
Showing 26 changed files with 1,851 additions and 103 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ jobs:
- os: ubuntu-20.04
name: LN
ln: true
- os: centos-8
name: LN
cmake_options_extra: ""
ln: true
- os: centos-7
name: LN
cmake_options_extra: "-DVCPKG_TARGET_TRIPLET=x64-centos-7-dynamic"
Expand Down
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[submodule "esp/src/xstyle"]
path = esp/src/xstyle
url = https://github.com/hpcc-systems/xstyle.git
[submodule "esp/src/put-selector"]
path = esp/src/put-selector
url = https://github.com/hpcc-systems/put-selector.git
[submodule "esp/src/dgrid"]
path = esp/src/dgrid
url = https://github.com/hpcc-systems/dgrid.git
Expand Down
4 changes: 3 additions & 1 deletion esp/src/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"tsc watch",
"webpack-dev-server"
],
"group": "build",
"group": {
"kind": "build"
},
"problemMatcher": []
},
{
Expand Down
2 changes: 0 additions & 2 deletions esp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ file(COPY
${CMAKE_CURRENT_SOURCE_DIR}/eslint
${CMAKE_CURRENT_SOURCE_DIR}/ganglia
${CMAKE_CURRENT_SOURCE_DIR}/loader
${CMAKE_CURRENT_SOURCE_DIR}/put-selector
${CMAKE_CURRENT_SOURCE_DIR}/src
${CMAKE_CURRENT_SOURCE_DIR}/src-react
${CMAKE_CURRENT_SOURCE_DIR}/xstyle
${CMAKE_CURRENT_SOURCE_DIR}/.eslintrc.js
${CMAKE_CURRENT_SOURCE_DIR}/GetUserName.html
${CMAKE_CURRENT_SOURCE_DIR}/index.html
Expand Down
2 changes: 1 addition & 1 deletion esp/src/eclwatch/InfoGridWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ define([
this.widget.ErrWarnDialogTextArea.domNode.select();
},
_onDownload: function (evt) {
Utility.downloadText(Utility.toCSV(this.infoData, ","), "ErrWarn.csv");
Utility.downloadCSV(Utility.toCSV(this.infoData, ","), "ErrWarn.csv");
},

_onErrors: function (args) {
Expand Down
1 change: 1 addition & 0 deletions esp/src/eclwatch/css/hpcc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,7 @@ table.miniSelect span {
.WarningCell {
padding-left: 4px;
background: yellow;
color: black;
}

.NormalCell {
Expand Down
Loading

0 comments on commit c3a5532

Please sign in to comment.