summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/labitrack.d/objecttable1
-rw-r--r--web/templates/labitrack.d/pagination3
2 files changed, 1 insertions, 3 deletions
diff --git a/web/templates/labitrack.d/objecttable b/web/templates/labitrack.d/objecttable
index 5a9f659..089f02b 100644
--- a/web/templates/labitrack.d/objecttable
+++ b/web/templates/labitrack.d/objecttable
@@ -20,3 +20,4 @@
{{/each}}
</tbody>
</table>
+{{pagination}}
diff --git a/web/templates/labitrack.d/pagination b/web/templates/labitrack.d/pagination
index 95df273..ad8eb70 100644
--- a/web/templates/labitrack.d/pagination
+++ b/web/templates/labitrack.d/pagination
@@ -1,7 +1,5 @@
<div class="pagination">
<ul>
- Paging on the way
- <!--
{{#each pages}}
{{#if link}}
<li class="pg_{{id}} {{classes}}">
@@ -13,6 +11,5 @@
</li>
{{/if}}
{{/each}}
- -->
</ul>
</div>