mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-06 01:25:00 +02:00
17 lines
507 B
Twig
17 lines
507 B
Twig
<script src="/assets/libs/list.js/dist/list.min.js" defer></script>
|
|
<script src="/assets/js/tabler.min.js" defer></script>
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", function() {
|
|
const list = new List('table-logs', {
|
|
sortClass: 'table-sort',
|
|
listClass: 'table-tbody',
|
|
valueNames: [ 'sort-date', 'sort-registrar', 'sort-command', 'sort-object',
|
|
'sort-result', 'sort-message', 'sort-milliseconds', 'sort-cltrid'
|
|
],
|
|
page: 10,
|
|
pagination: true
|
|
});
|
|
})
|
|
</script>
|
|
|
|
|