component improvement: C1) id in drill-down go bye-bye C2) modal wider C3) "members" button is icon instead of text C4) "members" button in a seperate column for alignment / formatting C5) toggle button to show/hide description to save screen real estate C6) html inputs should be much wider, text is often cut off from view C7) have a minimum width for property name column - on the aggregate, this makes it so property groups are the same width (might need to turn off nowrap too) - on the drill down, would minimizing wrapping since the names are flattened hierarchies C8) "dirty" bit, so you know when you've change but not yet saved the config C9) change "set all values to" button (current reads "OK") to apply so as to disambiguate from OK button at bottom of model C10) add OK/Cancel buttons to the top of modal, in the case where you're dealing with large groups and used the "set all values to" control C11) no italics for prop descriptions C12) change odd row bgcolor from light blue to light gray
r3236 implements C1, C2, C3, C4, C6, C7, C9, C10, C11, and C12. I don't plan on implementing C5 and C8 for x.2.
Checked all except C5/C8, as much as possible. Without seeing what it looked like before it's kind of hard to tell. But I did look for UI problems or functional problems in those specific areas. rev3351
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1672