File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/components/nodesColumns Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,6 @@ export function getNetworkUtilizationColumn<
422422 return (
423423 < CellWithPopover
424424 placement = { [ 'top' , 'bottom' ] }
425- fullWidth
426425 content = {
427426 < DefinitionList responsive >
428427 < DefinitionList . Item key = { 'NetworkUtilization' } name = { i18n ( 'sum' ) } >
@@ -489,7 +488,6 @@ export function getPingTimeColumn<
489488 return (
490489 < CellWithPopover
491490 placement = { [ 'top' , 'bottom' ] }
492- fullWidth
493491 content = {
494492 < DefinitionList responsive >
495493 < DefinitionList . Item key = { 'PingTimeUs' } name = { i18n ( 'avg' ) } >
@@ -528,7 +526,6 @@ export function getClockSkewColumn<
528526 return (
529527 < CellWithPopover
530528 placement = { [ 'top' , 'bottom' ] }
531- fullWidth
532529 content = {
533530 < DefinitionList responsive >
534531 < DefinitionList . Item key = { 'ClockSkewUs' } name = { i18n ( 'avg' ) } >
You can’t perform that action at this time.
0 commit comments