forked from Github/frigate
UI Cleanup & Optimization (#4673)
* Use prewrap so vainfo output appears normalized * Move copy button to top so user doesn't need to scroll to copy logs * Show calculating if no value for stream bandwidth
This commit is contained in:
@@ -114,7 +114,7 @@ export default function System() {
|
||||
<ActivityIndicator />
|
||||
)}
|
||||
</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">
|
||||
Copy
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user