mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 11:35:54 +08:00
See app -> Manage app
This commit is contained in:
parent
7c703612a1
commit
c0fa5c9807
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ defmodule LivebookWeb.Hub.Edit.FlyComponent do
|
||||||
socket
|
socket
|
||||||
|> assign(assigns)
|
|> assign(assigns)
|
||||||
|> assign(
|
|> assign(
|
||||||
app_url: "https://#{app["hostname"]}",
|
app_url: "https://fly.io/apps/#{app["name"]}",
|
||||||
changeset: changeset,
|
changeset: changeset,
|
||||||
env_vars: app["secrets"],
|
env_vars: app["secrets"],
|
||||||
env_var_data: %{},
|
env_var_data: %{},
|
||||||
|
@ -40,7 +40,7 @@ defmodule LivebookWeb.Hub.Edit.FlyComponent do
|
||||||
|
|
||||||
<a href={@app_url} class="button-base button-outlined-gray" target="_blank">
|
<a href={@app_url} class="button-base button-outlined-gray" target="_blank">
|
||||||
<.remix_icon icon="dashboard-2-line" class="align-middle mr-1" />
|
<.remix_icon icon="dashboard-2-line" class="align-middle mr-1" />
|
||||||
<span>See app on Fly</span>
|
<span>Manage app on Fly</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue