diff --git a/domain-server/resources/web/index.shtml b/domain-server/resources/web/index.shtml
index 7d9f3c80c5..2f83172d4a 100644
--- a/domain-server/resources/web/index.shtml
+++ b/domain-server/resources/web/index.shtml
@@ -26,8 +26,8 @@
<%- node.uuid %> |
<%- node.pool %> |
<%- node.username %> |
- <%- node.public.ip %><%- node.public.port %> |
- <%- node.local.ip %><%- node.local.port %> |
+ <%- node.public.ip %>:<%- node.public.port %> |
+ <%- node.local.ip %>:<%- node.local.port %> |
<%- ((Date.now() - node.wake_timestamp) / 1000).toLocaleString() %> |
<%- (typeof node.pending_credits == 'number' ? node.pending_credits.toLocaleString() : 'N/A') %> |
|