1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

chore: adds pinned headers

This commit is contained in:
Amir Raminfar
2024-08-29 13:07:00 -07:00
parent a937615747
commit df1a650980

View File

@@ -24,7 +24,7 @@
<div class="truncate text-lg font-bold">{{ container.image }}</div>
</div>
</section>
<table class="table table-fixed" v-if="entry instanceof ComplexLogEntry">
<table class="table table-pin-rows table-fixed" v-if="entry instanceof ComplexLogEntry">
<caption class="caption-bottom">
Fields are sortable by dragging and dropping.
</caption>