Here's an example of it wrapping columns unnecessarily
this is due to width=711px; forced as an inline style on div#container
adding min-width=100%; rectifies the issue without any JS changes.
it would also be great to reduce the column padding-left from 18px down to 4px, so we can allow for more columns to show when we have more NCrunch machines running
setting font size:10px on the node name also allows for more columns when the name is wider than the number of parallel processes NCrunch runs on that machine
another suggestion would be for the page to scroll horizontally, so no mater how many node columns there are, they would align with the timeline column.
ideally with the timeline column fixed, so it is always visible when you scroll horizontally.