Add the Task dashboard button to access Oban dashboard.
This commit is contained in:
@@ -9,12 +9,20 @@ defmodule DecentralisedBookIndexWeb.DbiServerLive.Index do
|
|||||||
~H"""
|
~H"""
|
||||||
<.header>
|
<.header>
|
||||||
Listing Servers
|
Listing Servers
|
||||||
|
|
||||||
<:actions>
|
<:actions>
|
||||||
<div class="flex flex-row gap-2">
|
<div class="flex flex-row gap-2">
|
||||||
<.primary_button phx-click="sync">
|
<div class="flex flex-row gap-2">
|
||||||
Sync now
|
<.primary_button phx-click="sync">
|
||||||
</.primary_button>
|
Sync now
|
||||||
|
</.primary_button>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-row gap-2">
|
||||||
|
<.link patch={~p"/oban"}>
|
||||||
|
<.primary_button>
|
||||||
|
Task dashboard
|
||||||
|
</.primary_button>
|
||||||
|
</.link>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</:actions>
|
</:actions>
|
||||||
</.header>
|
</.header>
|
||||||
|
|||||||
Reference in New Issue
Block a user