Opened 3 years ago
Closed 3 years ago
#2232 closed enhancement (fixed)
Tunnels should be sorted by expiry time, not direction, in /tunnels
Reported by: | Reportage | Owned by: | zzz |
---|---|---|---|
Priority: | trivial | Milestone: | 0.9.35 |
Component: | apps/console | Version: | 0.9.34 |
Keywords: | tunnels sort ajax | Cc: | |
Parent Tickets: | Sensitive: | no |
Description
The expiry time of the tunnels should determine the sort, not the direction, so expiring (oldest) tunnels appear at the bottom of the table.
Also, on the subject of tunnels, an optional ajax refresh would be helpful to avoid having to manually refresh to see tunnel changes.
Subtickets
Change History (2)
comment:1 Changed 3 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 3 years ago by
Milestone: | undecided → 0.9.35 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Sort within pool in a91643318d831f0a1b9da3d15b52ba27d02d03b0 to be 0.9.34-17
Note: See
TracTickets for help on using
tickets.
Tunnels are specified and implemented as separate pools for IB and OB, and that's while they are displayed that way. It's also helpful for diagnostics as you can tell at a glance the health of each pool since the tunnels are grouped together.
Within a pool, they are displayed unsorted, it would be nice to sort them by expiration.
JS refresh might be cool, or helpful, or neither, not sure. I used to use a auto-refresh browser plugin long ago, that might be what a dev really needs, if things like that still exist.