mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-12 16:04:39 +08:00
Add "+ Add Hub" link to hub selector (#1766)
This commit is contained in:
parent
753f6fffaa
commit
0f38c59662
1 changed files with 5 additions and 0 deletions
|
@ -331,6 +331,11 @@ defmodule LivebookWeb.SessionLive do
|
|||
<span class="ml-2"><%= hub.name %></span>
|
||||
</button>
|
||||
</.menu_item>
|
||||
<.menu_item>
|
||||
<.link navigate={~p"/hub"} aria-label="Add Hub" role="menuitem">
|
||||
<.remix_icon icon="add-line" class="align-middle mr-1" /> Add Hub
|
||||
</.link>
|
||||
</.menu_item>
|
||||
</.menu>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue