From 7b26aed5868de5b9b71a367e44ad54033f3fcddd Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 5 Jan 2024 11:42:22 -0800 Subject: [PATCH] fix(portal): Add plan badge to edit Site (#3129) Fixes #3125 --- elixir/apps/web/lib/web/live/sites/edit.ex | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/elixir/apps/web/lib/web/live/sites/edit.ex b/elixir/apps/web/lib/web/live/sites/edit.ex index 36c5fef8d..d38d1c648 100644 --- a/elixir/apps/web/lib/web/live/sites/edit.ex +++ b/elixir/apps/web/lib/web/live/sites/edit.ex @@ -53,7 +53,15 @@ defmodule Web.Sites.Edit do label={pretty_print_routing(:managed)} checked={@form[:routing].value == :managed} required - /> + > + <.badge + class="ml-2" + type="primary" + title="Feature available on the Enterprise plan" + > + ENTERPRISE + +

Firezone will route connections through our managed Relays only if a direct connection to a Gateway is not possible. Firezone can never decrypt the contents of your traffic.