diff --git a/frontend/public/components/node.tsx b/frontend/public/components/node.tsx index 522ea0ab09c..d48e2f6a05b 100644 --- a/frontend/public/components/node.tsx +++ b/frontend/public/components/node.tsx @@ -234,7 +234,11 @@ const Details = ({obj: node}) => {
- +
+ + + + @@ -243,7 +247,7 @@ const Details = ({obj: node}) => { {_.map(images, (image, i) => - + )}
Name
{image.names.find(name => !name.includes('@')) || image.names[0]}{image.names.find(name => !name.includes('@')) || image.names[0]} {units.humanize(image.sizeBytes, 'decimalBytes', true).string || '-'}