fix(portal): Add plan badge to edit Site (#3129)

Fixes #3125
This commit is contained in:
Jamil
2024-01-05 11:42:22 -08:00
committed by GitHub
parent eaf60ca558
commit 7b26aed586

View File

@@ -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
</.badge>
</.input>
<p class="ml-6 mb-4 text-sm text-neutral-500">
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.