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:
parent
f53332672b
commit
e4623f0c3d
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue