commit 550da1d9ab33a7e3529855c293f16f1e573212b4
parent f8d52eccee29634d52762ae15610038387079873
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Fri, 15 Dec 2023 02:57:49 -0500
improve ui
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/public/views/pages/poker.gohtml b/pkg/web/public/views/pages/poker.gohtml
@@ -72,7 +72,7 @@
</tr>
{{ range .Data.Transactions }}
<tr>
- <td>{{ .Amount | divide1T }}</td>
+ <td style="font-family: monospace;">{{ .Amount.XmrStr }}</td>
<td>{{ if .IsIn }}{{ .Confirmations }}/10{{ else }}-{{ end }}</td>
<td>{{ if .IsIn }}IN{{ else }}OUT{{ end }}</td>
<td>{{ .CreatedAt.Format "Jan 02, 2006 15:04:05" }}</td>