Created attachment 1268 [details] The wide, spacious table in Web Admin As part of doing bug 8543, the tables presenting load info now contain less data. This can make the load tables in tlctl and Web Admin look overly spacious, see details below. 1) In tlctl, when having several subclusters, the width of the table is adjusted to the subluster title, not the content of the table (since bug 8544). This makes the table look slightly off for long titles, see below: > $ sudo tlctl load list > Subcluster: "Default" > ======================== > AGENT USERS STATUS > ======================== > 127.0.0.1 0 UP > > Subcluster: "TestClusterVeryLongName123456789801234567898012345678980" > ====================================================================== > AGENT USERS STATUS > ====================================================================== > 127.0.0.1 0 UP 2) In Web Admin under Status -> Load, the table fills out the whole width of the side. Personally, I think this table looks more off than the one in tlctl. This table only has 2 columns, and the table values are placed in with different adjustments, so that the values are as far apart as possible. See attachment for screenshot.