opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
212 stars 18 forks source link

bug: group members are showing as blank lines in a table #766

Closed dgarros closed 1 year ago

dgarros commented 1 year ago

Component

Frontend UI

Current Behavior

When browsing a group, on the member tab, the list is showing 4 empty lines if I click on one of the empty line it's taking me to the right object

At a minimum we should show the Type and the display name of the object

Screenshot 2023-07-04 at 8 22 50 AM Screenshot 2023-07-04 at 8 19 41 AM

Expected Behavior

No response

Steps to Reproduce

No response

Additional Information

No response

pa-lem commented 1 year ago

Previously, we could get the schema for the relationships from the schema list or the generic list

But now, we have a list of mixed objects and need to display only one column that all objects have in common (the display_label?)

I'll find a way to update that