diff --git a/frontend-modern/src/components/Dashboard/GuestRow.tsx b/frontend-modern/src/components/Dashboard/GuestRow.tsx index d957339..3c76626 100644 --- a/frontend-modern/src/components/Dashboard/GuestRow.tsx +++ b/frontend-modern/src/components/Dashboard/GuestRow.tsx @@ -425,7 +425,7 @@ export function GuestRow(props: GuestRowProps) { fallback={
- + {container.image || '—'} @@ -1626,7 +1626,7 @@ const DockerServiceRow: Component<{ fallback={
- + {service.image || '—'} diff --git a/frontend-modern/src/components/Hosts/HostsOverview.tsx b/frontend-modern/src/components/Hosts/HostsOverview.tsx index ee18ee2..5736151 100644 --- a/frontend-modern/src/components/Hosts/HostsOverview.tsx +++ b/frontend-modern/src/components/Hosts/HostsOverview.tsx @@ -269,12 +269,12 @@ export const HostsOverview: Component = (props) => {
{renderStatusIndicator(host.status)} -

+

{host.displayName || host.hostname || host.id}

-

+

{host.hostname}