show agent ID instead of org name in admin agents list

Makes it easier to identify and reference specific agents in the admin view
This commit is contained in:
Graham McIntire 2026-02-11 11:56:09 -06:00
parent f53332672b
commit e4623f0c3d
No known key found for this signature in database

View file

@ -97,8 +97,8 @@
</span>
<% end %>
</div>
<div class="text-xs text-gray-500 dark:text-gray-400 mt-0.5">
{agent.organization && agent.organization.name}
<div class="text-xs text-gray-500 dark:text-gray-400 mt-0.5 font-mono">
{agent.id}
</div>
</div>
</:col>