tobegit3hub/seagull

Not really an issue, but could we have no-wrap option for container columns?

ZenGirl opened this issue · 6 comments

Basically I am using your great tool to monitor some 40+ containers on multiple servers.
Unfortunately some of the names and images are quite long.
Similar to this (not quite real) example: "api-internal-party_contact_mechanism_purposes"
The display wraps this, the image name, the ports and the status in the table on the dashes, making it a tad difficult to read quickly.
It's not really an issue but it would be nice to have the ability for the table to expand with no wraps on those columns.
Perhaps a tick box just before the filter drop down?

It may be the problem of Bootstrap table. I will try by myself and figure out the best way to fix it 😃

And thanks for your reporting @ZenGirl

Bootstrap works like what we expect. Your advice is reasonable as well. Thinking about it...

seagull-with-long-name

We have tried nowrap but it seems not a good idea. Here's the screenshot.

seagull-table-nowrap

Well, now we're making it much prittier. And hope you like it. Close by 2055e00

image

Good job!