diff --git a/lib/livebook_web/live/hub/edit/enterprise_component.ex b/lib/livebook_web/live/hub/edit/enterprise_component.ex index 1293a9cae..d92251abf 100644 --- a/lib/livebook_web/live/hub/edit/enterprise_component.ex +++ b/lib/livebook_web/live/hub/edit/enterprise_component.ex @@ -2,6 +2,7 @@ defmodule LivebookWeb.Hub.Edit.EnterpriseComponent do use LivebookWeb, :live_component alias Livebook.Hubs.Enterprise + alias LivebookWeb.LayoutHelpers @impl true def update(assigns, socket) do @@ -16,7 +17,26 @@ defmodule LivebookWeb.Hub.Edit.EnterpriseComponent do @impl true def render(assigns) do ~H""" -
+ Your personal hub. Only you can see and access the data in it. +
++ Deploy applications, share secrets, templates, and more with Livebook Hubs. +
++ Each Livebook user has their own personal Hub and soon they will be able to deploy + their personal notebooks to + + Fly.io + + and Hugging Face. +
++ We are also working on Livebook Teams, which were + designed from the ground up to deploy notebooks within your organization. + Livebook Teams runs on your own infrastructure + to provide essential features for secure collaboration between team members, + such as digital signing of notebooks, safe sharing of secrets, and more. + To learn more, get in touch! +
++ - The Livebook Team +
+