Implement wallet model and CRUD

This commit is contained in:
2023-03-17 18:37:38 +00:00
parent 6e6b23da63
commit 0723f14c53
9 changed files with 256 additions and 19 deletions

View File

@@ -22,7 +22,7 @@
<td>
<a
class="has-text-grey"
onclick="window.prompt('Copy to clipboard: Ctrl+C, Enter', '{{ item.id }}/');">
onclick="window.prompt('Copy to clipboard: Ctrl+C, Enter', '{{ item.id }}');">
<span class="icon" data-tooltip="Copy to clipboard">
<i class="fa-solid fa-copy" aria-hidden="true"></i>
</span>