* small tweaks for frigate+ submission and debug object list

* exclude attributes from labels colormap
This commit is contained in:
Josh Hawkins
2024-10-13 16:48:54 -05:00
committed by GitHub
parent 1ec459ea3a
commit 833768172d
3 changed files with 13 additions and 5 deletions

View File

@@ -307,7 +307,7 @@ function ObjectList(objects?: ObjectType[]) {
{getIconForLabel(obj.label, "size-5 text-white")}
</div>
<div className="ml-3 text-lg">
{capitalizeFirstLetter(obj.label)}
{capitalizeFirstLetter(obj.label.replaceAll("_", " "))}
</div>
</div>
<div className="flex w-8/12 flex-row items-end justify-end">