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>
Web
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix