Skip to content

Commit

Permalink
Merge pull request #17855 from jeclrsg/hpcc-30321-roxie-queries-sortBy
Browse files Browse the repository at this point in the history
HPCC-30321 ECL Watch roxie queries list sortable fields

Reviewed-by: Gordon Smith <[email protected]>
Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Oct 5, 2023
2 parents d78c0b8 + 66f4a30 commit 8fb0a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions esp/src/eclwatch/QuerySetQueryWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,7 @@ define([
},
PublishedBy: {
width: 100,
label: this.i18n.PublishedBy,
sortable: false
label: this.i18n.PublishedBy
},
Status: {
width: 100,
Expand Down
2 changes: 1 addition & 1 deletion esp/src/src-react/components/Queries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const Queries: React.FunctionComponent<QueriesProps> = ({
}
},
Dll: { label: nlsHPCC.Dll },
PublishedBy: { label: nlsHPCC.PublishedBy, sortable: false },
PublishedBy: { label: nlsHPCC.PublishedBy },
Status: { label: nlsHPCC.Status, sortable: false }
};
}, []);
Expand Down

0 comments on commit 8fb0a35

Please sign in to comment.