This commit is contained in:
2026-03-10 14:50:08 +00:00
parent aeff7c6ff0
commit dcd7f022bd
10 changed files with 312 additions and 104 deletions
@@ -11,12 +11,16 @@ export default async function socketClientServiceServerLogs({
const user = ws.data.user;
const service = data?.service;
const server = data?.server;
const cmd = data?.cmd;
console.log("cmd", cmd);
const ttyd = await grabTtydServerInfo({
server,
service,
user,
paradigm: "logs",
cmd,
});
sendData(ws, {