From bda778550a8bf33e93cc5466aac62405c70c947b Mon Sep 17 00:00:00 2001 From: Jeremy Clements <79224539+jeclrsg@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:42:29 -0400 Subject: [PATCH] HPCC-30276 ECL Watch v9 Super Owner not sortable update Files and WUs grids to be sortable as noted in comment in Jira Signed-off-by: Jeremy Clements <79224539+jeclrsg@users.noreply.github.com> --- esp/src/src-react/components/Files.tsx | 4 ++-- esp/src/src-react/components/Workunits.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/esp/src/src-react/components/Files.tsx b/esp/src/src-react/components/Files.tsx index 03f60dff097..7943e996bdf 100644 --- a/esp/src/src-react/components/Files.tsx +++ b/esp/src/src-react/components/Files.tsx @@ -175,8 +175,8 @@ export const Files: React.FunctionComponent = ({ }, }, 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, diff --git a/esp/src/src-react/components/Workunits.tsx b/esp/src/src-react/components/Workunits.tsx index 0f1e9314ed6..442569ac44d 100644 --- a/esp/src/src-react/components/Workunits.tsx +++ b/esp/src/src-react/components/Workunits.tsx @@ -144,7 +144,7 @@ export const Workunits: React.FunctionComponent = ({ 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,