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