You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display full sled policy in table (#2624)
* make sled policy column display the right data
* use beautiful column grouping
* fix the e2es
* make display more like API data
Proof of concept: Take column logic out of QueryTable (#2110)
* fix IP pool bug by not doing the bad columns thing
* take that delay back out!
* time created column header
* shorter defaultCell
* try adding an assert before goBack for safari failures
* neater linkCell
* convert disks table to useQueryTable2 to test pagination
* add useColWithActions to make adding actions column cleaner