Compare commits

...

3 Commits

Author SHA1 Message Date
865cbff0a6 Updates 2026-03-12 14:09:05 +00:00
03332b05f1 Merge branch 'main' of https://git.tben.me/Moduletrace/turboci-admin 2026-03-12 14:08:50 +00:00
2ca489b8bb Updates 2026-03-12 14:08:28 +00:00
2 changed files with 6 additions and 2 deletions

View File

@ -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

2
twui

@ -1 +1 @@
Subproject commit 9f8527fc4d851c1fecd6600bd60c490de998676f
Subproject commit 2c101420ccc7dc1c56eb7bb7c41f2cca83af334a