Skip to content

Commit

Permalink
HPCC-30276 ECL Watch v9 Super Owner not sortable
Browse files Browse the repository at this point in the history
update Files and WUs grids to be sortable as noted in comment in Jira

Signed-off-by: Jeremy Clements <[email protected]>
  • Loading branch information
jeclrsg committed Sep 22, 2023
1 parent 8f13dbf commit bda7785
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 bda7785

Please sign in to comment.