refactor(multi-server): add serverIp

This commit is contained in:
Mauricio Siu
2024-09-21 21:17:03 -06:00
parent 807137d3b1
commit 069f1a7b7a
3 changed files with 6 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ export const WebServer = ({ className }: Props) => {
<div className="flex items-center flex-wrap justify-between gap-4">
<span className="text-sm text-muted-foreground">
Server IP: {data?.host}
Server IP: {data?.serverIp}
</span>
<span className="text-sm text-muted-foreground">
Version: {dokployVersion}