diff --git a/frontend/public/components/pod.jsx b/frontend/public/components/pod.jsx index 1f56d74f65c..77b5bfaad2a 100644 --- a/frontend/public/components/pod.jsx +++ b/frontend/public/components/pod.jsx @@ -83,7 +83,7 @@ export const ContainerRow = ({pod, container}) => {
-
{container.image || '-'}
+
{container.image || '-'}
{_.get(cstatus, 'restartCount', '0')}