mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Fix log selector
This commit is contained in:
parent
ba7d9db073
commit
3b92b68199
@ -38,7 +38,7 @@ export default function Logs() {
|
|||||||
<div className="space-y-4 p-2 px-4">
|
<div className="space-y-4 p-2 px-4">
|
||||||
<Heading>Logs</Heading>
|
<Heading>Logs</Heading>
|
||||||
|
|
||||||
<ButtonsTabbed viewModes={['frigate', 'go2rtc', 'nginx']} setViewMode={setLogService} />
|
<ButtonsTabbed viewModes={['frigate', 'go2rtc', 'nginx']} currentViewMode={logService} setViewMode={setLogService} />
|
||||||
|
|
||||||
<Button className="" onClick={handleCopyLogs}>
|
<Button className="" onClick={handleCopyLogs}>
|
||||||
Copy to Clipboard
|
Copy to Clipboard
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user