Interactive table, bind value of array to html content SUCESS

This commit is contained in:
infidel
2022-12-14 00:06:43 +07:00
parent ea9e7fb5d0
commit dd416e7758
13 changed files with 982 additions and 56 deletions

View File

@@ -137,6 +137,19 @@
</a>
</li>
<li class="items-center">
<a
use:link
href="/admin/wgCRUD"
class="text-xs uppercase py-3 font-bold block {location.href.indexOf('/admin/tables') !== -1 ? 'text-red-500 hover:text-red-600':'text-blueGray-700 hover:text-blueGray-500'}"
>
<i
class="fas fa-table mr-2 text-sm {location.href.indexOf('/admin/tables') !== -1 ? 'opacity-75' : 'text-blueGray-300'}"
></i>
WireGuard CRUD
</a>
</li>
<li class="items-center">
<a
use:link