diff --git a/elixir/apps/web/lib/web/live/sites/show.ex b/elixir/apps/web/lib/web/live/sites/show.ex index b6e0e3b27..e3d4a9222 100644 --- a/elixir/apps/web/lib/web/live/sites/show.ex +++ b/elixir/apps/web/lib/web/live/sites/show.ex @@ -164,6 +164,13 @@ defmodule Web.Sites.Show do its resources. <:content flash={@flash}> + <.flash :if={@gateways_metadata.count == 1} kind={:info} style="wide" class="mb-2"> + Deploy at least one more gateway to ensure + <.website_link path="/kb/deploy/gateways" fragment="deploy-multiple-gateways"> + high availability + . + +
<.live_table id="gateways"