forked from Github/frigate
Remove device config and use model size to configure device used (#14290)
* Remove device config and use model size to configure device used * Don't show Frigate+ submission when in progress * Add docs link for bounding box colors
This commit is contained in:
@@ -554,7 +554,7 @@ function ObjectSnapshotTab({
|
||||
</div>
|
||||
|
||||
<div className="flex flex-row justify-center gap-2 md:justify-end">
|
||||
{state == "reviewing" && (
|
||||
{state == "reviewing" && search.end_time && (
|
||||
<>
|
||||
<Button
|
||||
className="bg-success"
|
||||
|
||||
Reference in New Issue
Block a user