Make rows dense.

This should probably be turned into an option controlled by the
user.
This commit is contained in:
D. Berge
2022-02-27 19:51:47 +01:00
parent 4e0737335f
commit d5fc04795d

View File

@@ -188,6 +188,7 @@
<!-- END Context menu for log entries -->
<v-data-table
dense
:headers="headers"
:items="rows"
:items-per-page.sync="itemsPerPage"