mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-23 06:19:38 +08:00
List livebook version on dashboard home
This will be available in the upcoming dashboard version.
This commit is contained in:
parent
467d724bfb
commit
7b4978d003
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ defmodule LivebookWeb.Router do
|
||||||
live "/sessions/:id/delete-section/:section_id", SessionLive, :delete_section
|
live "/sessions/:id/delete-section/:section_id", SessionLive, :delete_section
|
||||||
get "/sessions/:id/images/:image", SessionController, :show_image
|
get "/sessions/:id/images/:image", SessionController, :show_image
|
||||||
|
|
||||||
live_dashboard "/dashboard", metrics: LivebookWeb.Telemetry
|
live_dashboard "/dashboard",
|
||||||
|
metrics: LivebookWeb.Telemetry,
|
||||||
|
home_app: {"Livebook", :livebook}
|
||||||
end
|
end
|
||||||
|
|
||||||
scope "/authenticate", LivebookWeb do
|
scope "/authenticate", LivebookWeb do
|
||||||
|
|
Loading…
Reference in a new issue