Skip to content

Commit

Permalink
HPCC-32257 ECL Watch v9 Files list reduce Logical Name width
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Clements <[email protected]>
  • Loading branch information
jeclrsg committed Jul 17, 2024
1 parent 9a6c03b commit a671972
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 a671972

Please sign in to comment.