Skip to content

Commit

Permalink
Merge pull request #1679 from OskarDamkjaer/expose_record_setting
Browse files Browse the repository at this point in the history
Make max record setting user configurable
  • Loading branch information
OskarDamkjaer committed Feb 15, 2022
2 parents c623c10 + 3442e27 commit a896d8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,9 @@ function OverviewPane({
<div style={{ paddingBottom: '10px' }}>
{hasTruncatedFields && (
<StyledTruncatedMessage>
<Icon name="warning sign" /> Record fields have been
truncated.&nbsp;
<Icon name="warning sign" />
Record fields have been truncated.&nbsp;
<br />
</StyledTruncatedMessage>
)}
{infoMessage && (
Expand Down
6 changes: 6 additions & 0 deletions src/browser/modules/Sidebar/UserSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ const visualSettings = [
tooltip: "Max number of rows to render in 'Rows' result view"
}
},
{
maxFieldItems: {
displayName: 'Max record fields',
tooltip: 'Limits the number of fields per returned record'
}
},
{
autoComplete: {
displayName: 'Connect result nodes',
Expand Down

0 comments on commit a896d8b

Please sign in to comment.