GOCDB / gocdb

Grid Operations Configuration Management Database. A Repository, Portal and REST style API for managing Grid and Cloud topology objects including; projects, administrative domains, sites, services, service-endpoints, service-groups, downtimes, users, roles and business rules.
Apache License 2.0
12 stars 27 forks source link

Improve row colouring for 'User Details' table on `Page_Type=User` (and others) #478

Open gregcorbett opened 10 months ago

gregcorbett commented 10 months ago

Multiple information in the table is conditionally displayed, i.e.:

See below screenshots

This makes it hard to colour the rows in this table manually, as is done currently.

image

vs

image

A fix exsits that chooses the row colouring dyamically and this should be applied to the 'User Details' table and others.

gregcorbett commented 10 months ago

I note the existence of #101, and while I think this issue this is a good first step towards #101, I think they should be tackled separately.