sudomesh / monitor

a way to monitor health of (people's open) network
GNU General Public License v3.0
5 stars 7 forks source link

route tables are cluttered #30

Closed bennlich closed 5 years ago

bennlich commented 6 years ago

They're a mix of current nodes and nodes we haven't seen in a long time. Current nodes should be at the top.

Simple fix would be to sort by time last seen (after sorting by ip).

Eventually we probably want to hide nodes that we haven't seen in, say, a month. Maybe behind some expandable section per exitnode, or just in an "old hat nodes" table at the bottom of the page.

We could also delete nodes from the DB that we haven't seen in a while.

gobengo commented 6 years ago

IMO we should also get rid of one-table-per-gateway and just have one big table with a 'gateway' column.

bennlich commented 6 years ago

@gobengo gateway === exitnode in this case?

gobengo commented 6 years ago

yaya

bennlich commented 5 years ago

sorting was added in https://github.com/sudomesh/monitor/commit/a2d2c73a98df829f8ef01b28adaaa899179ad3cc