Compare commits
No commits in common. "865cbff0a6c0fd74a63bc81bd65165091add5d88" and "65d1a4fd18491ecf7d436dfebfba5a218ea64104" have entirely different histories.
865cbff0a6
...
65d1a4fd18
@ -37,11 +37,7 @@ export default function ServiceClusterServer({
|
||||
(typeof ServerTerminalTargets)[number]["name"]
|
||||
>(service.logs?.[0] ? "logs" : "shell");
|
||||
|
||||
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);
|
||||
const [log, setLog] = useState<string>();
|
||||
|
||||
return (
|
||||
<Stack
|
||||
|
||||
2
twui
2
twui
@ -1 +1 @@
|
||||
Subproject commit 2c101420ccc7dc1c56eb7bb7c41f2cca83af334a
|
||||
Subproject commit 9f8527fc4d851c1fecd6600bd60c490de998676f
|
||||
Loading…
Reference in New Issue
Block a user