Skip to content

Commit

Permalink
chore: fix issue in hosts logs
Browse files Browse the repository at this point in the history
  • Loading branch information
amlannandy committed Jan 21, 2025
1 parent 0cefb5a commit a92bb73
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@ function HostMetricsLogs({
data={logToRender}
linesPerRow={5}
fontSize={FontSize.MEDIUM}
selectedFields={[
{
dataType: 'string',
type: '',
name: 'body',
},
{
dataType: 'string',
type: '',
name: 'timestamp',
},
]}
/>
),
[],
Expand Down

0 comments on commit a92bb73

Please sign in to comment.