diff --git a/app/dashboard/servers/Servers.tsx b/app/dashboard/servers/Servers.tsx index a585d63..4e6b298 100644 --- a/app/dashboard/servers/Servers.tsx +++ b/app/dashboard/servers/Servers.tsx @@ -1000,6 +1000,24 @@ export default function Dashboard() { View Details + + {server.url && ( + + + + window.open(server.url, "_blank")} + > + + + + Open Management URL + + + )} + @@ -1060,6 +1078,7 @@ export default function Dashboard() { + { hostedVM.url && ( + )}