mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-28 10:42:25 +08:00
Ungate deployment group from feature flags
This commit is contained in:
parent
28336da83c
commit
0c601b72e7
3 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue