mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Use prewrap so vainfo output appears normalized
This commit is contained in:
parent
037f3761e7
commit
e3053362d2
@ -114,7 +114,7 @@ export default function System() {
|
|||||||
<ActivityIndicator />
|
<ActivityIndicator />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="p-2 flex justify-start flex-row-reverse space-x-2">
|
<div className="p-2 flex justify-start flex-row-reverse space-x-2 whitespace-pre-wrap">
|
||||||
<Button className="ml-2" onClick={() => onCopyVainfo()} type="text">
|
<Button className="ml-2" onClick={() => onCopyVainfo()} type="text">
|
||||||
Copy
|
Copy
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user