mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Why: * The previous Resource Liveviews had used static views and data as a starting point for fleshing out the web UI. This commit builds on that and replaces (most) of the static data with data from the database, as well as updating the static Liveview templates to use components where possible. Note: These changes are only meant to involve the Resource views (index/new/show/edit). More changes to other resources will follow(i.e. Users, Devices, etc...)