From e4ffa457dba57b37a1453c0c281f95db953a31d6 Mon Sep 17 00:00:00 2001 From: Christian Krakau-Louis Date: Wed, 26 Mar 2025 03:22:41 +0100 Subject: [PATCH] added grid.js --- frontend/templates/files.html | 108 +++++++++++----------------------- 1 file changed, 35 insertions(+), 73 deletions(-) diff --git a/frontend/templates/files.html b/frontend/templates/files.html index c51acbc8..c975e2dc 100644 --- a/frontend/templates/files.html +++ b/frontend/templates/files.html @@ -1,84 +1,46 @@ {% extends "base.html" %} -{% block title %}Files{% endblock %} +{% block title %}File Records{% endblock %} + +{% block head_extra %} + + +{% endblock %} {% block content %}

File Records

- - -
- - - - - - - - - - - - - - - -
- - + +
{% endblock %} {% block scripts %} - + + }).render(document.getElementById("gridjs-wrapper")); + {% endblock %}