joeferner / redis-commander

Redis management tool written in node.js
http://joeferner.github.io/redis-commander/
MIT License
3.61k stars 467 forks source link

Possibility to hide connections or add styling to it #567

Open gergokee opened 5 months ago

gergokee commented 5 months ago

We have 70+ connections and the redis commander ui is useless cause the connections tab is taking up the whole space. We either need a solution to hide the connections or add for example max-height:100px; overflow:scroll to connectionsBar to make it be able to be used even with many connections. And maybe also add the possibility to resize by default too :)

sseide commented 5 months ago

Hi, yes sound reasonable. Feel free to add a PR to hide it. It should be configurable with default value visible. Than i can approve it. I do not have any time to implement it in near future atm.