Subiendo api v2
This commit is contained in:
19
lib/api_web/live/emailer_live/index.html.heex
Normal file
19
lib/api_web/live/emailer_live/index.html.heex
Normal file
@ -0,0 +1,19 @@
|
||||
<div class="flex flex-row pt-4 pl-1 text-slate-700">
|
||||
<Heroicons.LiveView.icon name="list-bullet" type="outline" class="w-6 h-6" />
|
||||
<h2 class=" text-[18px] font-medium pl-2 ">Listado</h2>
|
||||
</div>
|
||||
<p class="pl-2 text-m text-slate-600">Lista los emails por enviarse.</p>
|
||||
|
||||
<button phx-click="update_tabulator" class="flex flex-row pt-4 pl-1 mb-2 text-slate-700">
|
||||
<Heroicons.LiveView.icon name="arrow-path" type="outline" class="w-6 h-6" />
|
||||
<h2 class=" text-[18px] font-medium pl-2 ">Actualizar</h2>
|
||||
</button>
|
||||
|
||||
<div class="sm:w-auto lg:w-auto" style="height: calc(100vh - 210px);">
|
||||
<div style="height: 100%; flex-grow: 1;"
|
||||
id="tabulatorEmails"
|
||||
phx-update="ignore"
|
||||
phx-hook="Tabulator"
|
||||
data-columns={Jason.encode!(@columns)}>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user