Mount data analysis via Lotus packages
This commit is contained in:
@@ -111,6 +111,15 @@
|
||||
<.icon name="hero-cog" class="h-4 w-4 mr-2" aria-hidden="true" data-slot="icon" />
|
||||
{gettext("Oban")}
|
||||
</.dropdown_link>
|
||||
<.dropdown_link href={~p"/dev/lotus"}>
|
||||
<.icon
|
||||
name="hero-table-cells"
|
||||
class="h-4 w-4 mr-2"
|
||||
aria-hidden="true"
|
||||
data-slot="icon"
|
||||
/>
|
||||
{gettext("Lotus")}
|
||||
</.dropdown_link>
|
||||
<.dropdown_separator />
|
||||
<.dropdown_link href={~p"/login"}>
|
||||
<.icon
|
||||
|
||||
@@ -3,6 +3,7 @@ defmodule MusicLibraryWeb.Router do
|
||||
|
||||
import MusicLibraryWeb.Auth, only: [require_logged_in: 2, require_api_token: 2]
|
||||
import Oban.Web.Router
|
||||
import Lotus.Web.Router
|
||||
|
||||
pipeline :browser do
|
||||
plug :accepts, ["html"]
|
||||
@@ -100,6 +101,8 @@ defmodule MusicLibraryWeb.Router do
|
||||
ecto_repos: [MusicLibrary.Repo, MusicLibrary.BackgroundRepo]
|
||||
|
||||
oban_dashboard "/oban"
|
||||
|
||||
lotus_dashboard("/lotus")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user