junegunn / redis-stat

(UNMAINTAINED) A real-time Redis monitoring tool
MIT License
2.03k stars 339 forks source link

Horizontal scroll support for Instance information #5

Closed frhwang closed 11 years ago

frhwang commented 11 years ago

Hello & thank you for your great work! We are very happy to use redis-stat for our production monitoring.

We have Redis clusters consist of many instances. With these clusters, An instance information table looks broken in the Web UI.

So I added horizontal scrolling for instance information area. If you like it, please merge.

Thanks.

junegunn commented 11 years ago

Works like a charm! Thanks. Do you think it's possible that we lock the first header column of the table so that it always appears even when scrolled to the right? Pull requests are always welcome :smile:

frhwang commented 11 years ago

Yeah, It's possible and nice. But some challenges are expected. I'll try it in my spare time. Thanks for merging! :smiley:

junegunn commented 11 years ago

No problem! v0.3.4 is now on Rubygems. Thanks.