Auto-Refresh entry table in guest view

This commit is contained in:
2019-08-22 16:19:18 +02:00
parent b4ba000779
commit 8f10f9b500
2 changed files with 8 additions and 4 deletions

View File

@ -8,12 +8,15 @@
data-toggle="table"
data-url="/api/queue"
data-pagination="true"
data-classes="table">
data-classes="table"
data-show-refresh="false"
data-auto-refresh="true"
data-auto-refresh-interval="10">
<thead>
<tr>
<th scope="col" data-field="Name">Name</th>
<th scope="col" data-field="Title">Song</th>
<th scope="col" data-field="Artist">Künstler</th>
<th data-field="Name">Name</th>
<th data-field="Title">Song</th>
<th data-field="Artist">Künstler</th>
</tr>
</thead>
</table>