Compare commits

..
3 Commits
Author SHA1 Message Date
tben 865cbff0a6 Updates 2026-03-12 14:09:05 +00:00
tben 03332b05f1 Merge branch 'main' of https://git.tben.me/Moduletrace/turboci-admin 2026-03-12 14:08:50 +00:00
tben 2ca489b8bb Updates 2026-03-12 14:08:28 +00:00
2 changed files with 6 additions and 2 deletions
@@ -37,7 +37,11 @@ export default function ServiceClusterServer({
(typeof ServerTerminalTargets)[number]["name"]
>(service.logs?.[0] ? "logs" : "shell");
const [log, setLog] = useState<string>();
const first_log = service.logs?.[0];
const intial_logs =
typeof first_log == "string" ? first_log : first_log?.cmd;
const [log, setLog] = useState<string | undefined>(intial_logs);
return (
<Stack
+1 -1
Submodule twui updated: 9f8527fc4d...2c101420cc