From 8d000018e132583bf4797ac9cb4ce2c4e96ed8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 14:40:26 +0100 Subject: feat(section): display paginate in full list --- backend/templates/components.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'backend/templates/components.html') diff --git a/backend/templates/components.html b/backend/templates/components.html index 8f1bcc2..72bf40e 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -1,4 +1,4 @@ -{{define "logs_display"}} +{{define "section_display"}}
{{ $uri := .URI }} {{ range .Data }}
@@ -11,7 +11,19 @@
{{ end }}
{{end}} -- cgit v1.2.3