mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-08 15:35:23 +02:00
feat: added debug log type & noTimestamp props for TerminalLine
This commit is contained in:
@@ -94,6 +94,7 @@ export const ShowDeployment = ({ logPath, open, onClose, serverId }: Props) => {
|
||||
<TerminalLine
|
||||
key={index}
|
||||
log={log}
|
||||
noTimestamp
|
||||
/>
|
||||
)) || "Loading..."}
|
||||
<div ref={endOfLogsRef} />
|
||||
|
||||
Reference in New Issue
Block a user