Ungate deployment group from feature flags

This commit is contained in:
José Valim 2024-06-20 11:19:33 +02:00
parent 28336da83c
commit 0c601b72e7
3 changed files with 1 additions and 7 deletions

View file

@ -76,5 +76,3 @@ config :phoenix,
config :livebook,
authentication: :disabled,
data_path: Path.expand("tmp/livebook_data/dev")
config :livebook, :feature_flags, deployment_groups: true

View file

@ -24,7 +24,6 @@ end
config :livebook,
data_path: data_path,
feature_flags: [deployment_groups: true],
agent_name: "chonky-cat"
config :livebook, Livebook.Apps.Manager, retry_backoff_base_ms: 0

View file

@ -200,10 +200,7 @@ defmodule LivebookWeb.Hub.Edit.TeamComponent do
/>
</div>
<div
:if={Livebook.Config.feature_flag_enabled?(:deployment_groups)}
class="flex flex-col space-y-4"
>
<div class="flex flex-col space-y-4">
<h2 class="text-xl text-gray-800 font-medium pb-2 border-b border-gray-200">
Deployment groups
</h2>