mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
Changed button caption
This commit is contained in:
parent
19d6de3d76
commit
eb377fe588
@ -354,7 +354,7 @@ export default function System() {
|
|||||||
href={config.cameras[camera]['webui_url']}
|
href={config.cameras[camera]['webui_url']}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
visit<WebUI className="ml-1 h-4 w-4" fill="white" stroke="white" />
|
Web UI<WebUI className="ml-1 h-4 w-4" fill="white" stroke="white" />
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
<Button className="ml-2" onClick={(e) => onHandleFfprobe(camera, e)}>ffprobe</Button>
|
<Button className="ml-2" onClick={(e) => onHandleFfprobe(camera, e)}>ffprobe</Button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user