feat: added debug log type & noTimestamp props for TerminalLine

This commit is contained in:
190km
2024-12-12 21:53:10 +01:00
parent 3bc1bd5b15
commit cb487b8be0
5 changed files with 30 additions and 13 deletions

View File

@@ -94,6 +94,7 @@ export const ShowDeployment = ({ logPath, open, onClose, serverId }: Props) => {
<TerminalLine
key={index}
log={log}
noTimestamp
/>
)) || "Loading..."}
<div ref={endOfLogsRef} />