yandeu / docker-swarm-visualizer

🐋 A Visualizer for Docker Swarm using the Docker Engine API and Node.js.
Other
35 stars 9 forks source link

Place task on top #10

Open martadinata666 opened 2 years ago

martadinata666 commented 2 years ago

As imbalance of task, node A has 20task, node B only 2 task, i must scroll to bottom to see task on node B. Where i can change to sort method? or make the task printed on top? thanks 2022-03-17-233921_382x926_scrot

yandeu commented 2 years ago

What do you propose to better visualize many containers?

For example: Wrap the container (add a seconds column inside a node) if there are >=10 containers in a node?

martadinata666 commented 2 years ago

I thought something like this, per node can expand up to 3. So it can hold more container list, then second node beside it, with container also placed on to bottom.

Untitled Diagram drawio(2)

or better something like this if doable Untitled Diagram(1) drawio

But most crucial is place the task on top rather at bottom. 👍🏼

yandeu commented 2 years ago

Yes. Looks good!

What task?

martadinata666 commented 2 years ago

Yes. Looks good!

What task?

i mean the container, the service, this naming sometimes confusing me 🤣

yandeu commented 2 years ago

You mean the visualizer containers? They should always be displayed on top of the list?

martadinata666 commented 2 years ago

You mean the visualizer containers? They should always be displayed on top of the list?

yes, from top to bottom, like the image from prev comment, the mini box is the visualized container.

yandeu commented 2 years ago

Oh yes. I see it now.