mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(logs): preserve whitespace in log line
This commit is contained in:
@@ -103,9 +103,9 @@ export function TerminalLine({ log, noTimestamp, searchTerm }: LogLineProps) {
|
|||||||
{type}
|
{type}
|
||||||
</Badge>
|
</Badge>
|
||||||
</div>
|
</div>
|
||||||
<span className="dark:text-gray-200 text-foreground ">
|
<pre className="dark:text-gray-200 font-mono text-foreground whitespace-pre">
|
||||||
{searchTerm ? highlightMessage(message, searchTerm) : message}
|
{searchTerm ? highlightMessage(message, searchTerm) : message}
|
||||||
</span>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user