tobegit3hub / seagull

Friendly Web UI to manage and monitor docker
Apache License 2.0
1.93k stars 266 forks source link

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

Closed ZenGirl closed 9 years ago

ZenGirl commented 9 years ago

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?

tobegit3hub commented 9 years ago

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

tobegit3hub commented 9 years ago

And thanks for your reporting @ZenGirl

tobegit3hub commented 9 years ago

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

seagull-with-long-name

tobegit3hub commented 9 years ago

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

seagull-table-nowrap

tobegit3hub commented 9 years ago

Well, now we're making it much prittier. And hope you like it. Close by https://github.com/tobegit3hub/seagull/commit/2055e00ac782222f89faa6a94e0a14b8a8aa890d

image

YingyiDai commented 9 years ago

Good job!