Skip to content

Commit

Permalink
Merge pull request #18892 from jeclrsg/hpcc-32257-files-name-column-l…
Browse files Browse the repository at this point in the history
…ength

HPCC-32257 ECL Watch v9 Files list reduce Logical Name width
  • Loading branch information
GordonSmith authored Jul 18, 2024
2 parents 9a6c03b + a671972 commit 7807690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/src/src-react/components/Files.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const Files: React.FunctionComponent<FilesProps> = ({
},
Name: {
label: nlsHPCC.LogicalName,
width: 360,
width: 180,
formatter: (name, row) => {
const file = Get(row.NodeGroup, name, row);
if (row.__hpcc_isDir) {
Expand Down

0 comments on commit 7807690

Please sign in to comment.