|
|
|
@ -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>
|
|
|
|
|