mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Clients more than one minor away from a particular won't be able to connect, so it would be useful to help admins recognize when this might be the case and encourage them to upgrade. We accomplish that with two small UX improvements in this PR: - In the outdated gateways email, we show them a count of clients that will no longer be able to connect to the new gateway version, linking them to a sorted view of the clients table - In the clients table, we add a new sortable `version` column to allow admins to see which clients are outdated Fixes #7727 Fixes #10385 --------- Signed-off-by: Jamil <jamilbk@users.noreply.github.com>