Phase8
This commit is contained in:
@@ -61,7 +61,8 @@ export function ServerCard({ server, showDetailsLink = true }: ServerCardProps)
|
||||
server.status,
|
||||
);
|
||||
const address =
|
||||
server.hostPort !== null ? `localhost:${server.hostPort}` : t("addressPending");
|
||||
server.joinHostname ??
|
||||
(server.hostPort !== null ? `localhost:${server.hostPort}` : t("addressPending"));
|
||||
|
||||
return (
|
||||
<Card>
|
||||
|
||||
@@ -42,6 +42,9 @@ export interface Server {
|
||||
ramMb: number;
|
||||
idleShutdownEnabled: boolean;
|
||||
idleStopAt: string | null;
|
||||
joinSlug: string | null;
|
||||
joinHostname: string | null;
|
||||
joinToStartEnabled: boolean;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user