mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-18 17:14:08 +01:00
Updated lo
This commit is contained in:
parent
47025c029e
commit
719a03f17b
@ -259,7 +259,11 @@ function SettingsTab({
|
||||
{isCopied ? <span>Copied 📋</span> : <span>Copy 📋</span>}
|
||||
</button>
|
||||
<p className="text-sm font-medium">Logs</p>
|
||||
<code className="max-h-84 rounded-btn min-h-16 relative flex h-80 flex-col gap-3 overflow-y-auto break-all bg-base-200 p-4">
|
||||
<code className="max-h-84 rounded-btn min-h-16 relative flex h-80 flex-col gap-3 overflow-y-auto break-all bg-base-200 p-4 text-xs">
|
||||
{logData.length === 0 && (
|
||||
<p className="text-base-content/70">No logs to show</p>
|
||||
)}
|
||||
|
||||
{logData.map((logLine) => {
|
||||
console.log(logData);
|
||||
return <p className="">{logLine}</p>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user