You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): add TTL support and expiration management
Updated CreateTunnelRequest and Tunnel interfaces to include ttl and
expires_in fields.
Extended backend APIs (listTunnels, createTunnel) to handle pagination
(page, perPage) and TTL functionality.
Added UI support in TunnelCreate.vue for selecting a timeout (ttl) via a
combobox.
Displayed expiration date in TunnelList.vue, highlighting expired tunnels.
Implemented validation and formatting logic for TTL and expiration date
handling using moment.
Updated tests for TunnelCreate and TunnelList components to verify TTL-related
functionality and new expiration fields.
Adjusted snapshot for TunnelList to reflect the new table header and rows.
0 commit comments