This commit is contained in:
2026-03-14 11:42:47 +01:00
parent 40f2577a8a
commit 53fbcd96dc
30 changed files with 23 additions and 21 deletions
@@ -48,6 +48,8 @@ export default function ServiceClusterServer({
);
}
service.logs = service_logs;
const [target, setTarget] = useState<
(typeof ServerTerminalTargets)[number]["name"]
>(service_logs?.[0] ? "logs" : "shell");