Show the source in the UI

This commit is contained in:
Owen
2026-01-22 15:16:41 -08:00
parent 2959ad0e70
commit 5f19918ca0
2 changed files with 22 additions and 0 deletions

View File

@@ -110,6 +110,15 @@ export default function BlueprintDetailsForm({
Dashboard
</Badge>
)}{" "}
{blueprint.source === "CLI" && (
<Badge
variant="secondary"
className="inline-flex items-center gap-1 "
>
<Terminal className="w-3 h-3 flex-none" />
CLI
</Badge>
)}{" "}
</InfoSectionContent>
</InfoSection>
<InfoSection>