Skip to content

Commit

Permalink
Merge pull request #17810 from jeclrsg/hpcc-30276-grid-sortable-fields
Browse files Browse the repository at this point in the history
HPCC-30276 ECL Watch v9 Super Owner not sortable
  • Loading branch information
GordonSmith authored Sep 26, 2023
2 parents 1aa78c8 + bda7785 commit f8e2ee2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions esp/src/src-react/components/Files.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ export const Files: React.FunctionComponent<FilesProps> = ({
},
},
Owner: { label: nlsHPCC.Owner },
SuperOwners: { label: nlsHPCC.SuperOwner },
Description: { label: nlsHPCC.Description },
SuperOwners: { label: nlsHPCC.SuperOwner, sortable: false },
Description: { label: nlsHPCC.Description, sortable: false },
NodeGroup: { label: nlsHPCC.Cluster },
Records: {
label: nlsHPCC.Records,
Expand Down
2 changes: 1 addition & 1 deletion esp/src/src-react/components/Workunits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const Workunits: React.FunctionComponent<WorkunitsProps> = ({
Owner: { label: nlsHPCC.Owner, width: 80 },
Jobname: { label: nlsHPCC.JobName },
Cluster: { label: nlsHPCC.Cluster },
RoxieCluster: { label: nlsHPCC.RoxieCluster },
RoxieCluster: { label: nlsHPCC.RoxieCluster, sortable: false },
State: { label: nlsHPCC.State, width: 60 },
TotalClusterTime: {
label: nlsHPCC.TotalClusterTime, width: 120,
Expand Down

0 comments on commit f8e2ee2

Please sign in to comment.