commit a27a0cc48781e9254b29f5cf3cc9ad173a74f587 parent 3d212504e2d79d60ccccbc8688c02986af1148c7 Author: n0tr1v <n0tr1v@protonmail.com> Date: Mon, 5 Jun 2023 11:25:39 -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 | trunc 7 }}</td> + <td style="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>