mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
I noticed that you still can go to the old resources view from Policies page and there were two ways to fix that: 1. Change many-to-many connection between sites and resources to one-to-many, which means we will change domain model and drop multi-site load balancing feature; 2. Change the templates not to hide the old views but rather make them complimentary by accepting `site_id` query param, which slightly changed their behavior, so that it's the same view from sites and policies, just without a way to access Resources index page (unless future feature flag is enabled). This PR implements (2).