atomic-server
atomic-server copied to clipboard
The sequence of properties in card view does not match the one in the table view.
Solution - when the user changes the column sequence in the table view, it should change the layout in the card view as well.
This is difficult, because the ordering is part of the Table, not from the Class or the Resource instance.
Perhaps we should make views customizable for these types of view, too.
We could also default to alphabetical ordering.