Removed server hostname under container name

This commit is contained in:
samang-dauth
2025-07-02 19:10:34 +07:00
parent d6793f104c
commit f97bc4f62f
2 changed files with 0 additions and 33 deletions
@@ -46,7 +46,6 @@ export const DockerTableRow = ({ container, onRowClick, onContainerAction, onVie
<div className="font-semibold text-sm sm:text-base text-foreground">{container.name}</div>
<div className="text-xs sm:text-sm text-muted-foreground">
<div className="font-mono">{container.docker_id}</div>
<div className="font-mono">{container.hostname}</div>
</div>
</div>
</TableCell>