commit b7f1abee087745f528024c376efbdf25bd28f684 parent 29f9059377614ae50d0e98aa4a2a8b7c7748df83 Author: n0tr1v <n0tr1v@protonmail.com> Date: Mon, 5 Jun 2023 09:29:29 -0700 improve ui Diffstat:
| M | pkg/web/public/views/pages/admin/sessions.gohtml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/public/views/pages/admin/sessions.gohtml b/pkg/web/public/views/pages/admin/sessions.gohtml @@ -24,7 +24,7 @@ <tbody> {{ range .Data.Sessions }} <tr> - <td style="width: 300px; font-family: monospace;">{{ .Token }}</td> + <td style="width: 300px; font-family: monospace;">{{ .Token | trunc 7 }}</td> <td>{{ .ExpiresAt.Format "Jan 02, 2006 - 15:04:05" }}</td> <td>{{ .CreatedAt.Format "Jan 02, 2006 - 15:04:05" }}</td> <td>{{ .UserAgent }}</td>