mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-15 20:55:29 +08:00
Update to Livebook Teams (#1765)
This commit is contained in:
parent
5c106e81fa
commit
753f6fffaa
4 changed files with 3 additions and 7 deletions
|
|
@ -89,13 +89,9 @@ defmodule LivebookWeb.Hub.NewLive do
|
||||||
</:headline>
|
</:headline>
|
||||||
</.card_item>
|
</.card_item>
|
||||||
|
|
||||||
<.card_item id="enterprise" selected={@selected_type} title="Livebook Enterprise">
|
<.card_item id="enterprise" selected={@selected_type} title="Livebook Teams">
|
||||||
<:logo>
|
<:logo>
|
||||||
<img
|
<img src="/images/teams.png" class="max-h-full max-w-[75%]" alt="Livebook Teams logo" />
|
||||||
src="/images/enterprise.png"
|
|
||||||
class="max-h-full max-w-[75%]"
|
|
||||||
alt="Livebook Enterprise logo"
|
|
||||||
/>
|
|
||||||
</:logo>
|
</:logo>
|
||||||
<:headline>
|
<:headline>
|
||||||
Control access, manage secrets, and deploy notebooks within your team.
|
Control access, manage secrets, and deploy notebooks within your team.
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
BIN
static/images/teams.png
Normal file
BIN
static/images/teams.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
|
|
@ -9,7 +9,7 @@ defmodule LivebookWeb.Hub.NewLiveTest do
|
||||||
{:ok, _view, html} = live(conn, ~p"/hub")
|
{:ok, _view, html} = live(conn, ~p"/hub")
|
||||||
|
|
||||||
assert html =~ "Fly"
|
assert html =~ "Fly"
|
||||||
assert html =~ "Livebook Enterprise"
|
assert html =~ "Livebook Teams"
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "fly" do
|
describe "fly" do
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue