Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/components/nodesColumns/columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ export function getNetworkUtilizationColumn<
return (
<CellWithPopover
placement={['top', 'bottom']}
fullWidth
content={
<DefinitionList responsive>
<DefinitionList.Item key={'NetworkUtilization'} name={i18n('sum')}>
Expand Down Expand Up @@ -489,7 +488,6 @@ export function getPingTimeColumn<
return (
<CellWithPopover
placement={['top', 'bottom']}
fullWidth
content={
<DefinitionList responsive>
<DefinitionList.Item key={'PingTimeUs'} name={i18n('avg')}>
Expand Down Expand Up @@ -528,7 +526,6 @@ export function getClockSkewColumn<
return (
<CellWithPopover
placement={['top', 'bottom']}
fullWidth
content={
<DefinitionList responsive>
<DefinitionList.Item key={'ClockSkewUs'} name={i18n('avg')}>
Expand Down
Loading