From e7ef35277dd0b4bba5b3fb675d5eed3cd0f0fcb8 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 29 Dec 2025 11:44:57 -0800 Subject: refactor webui into templates --- src/main/resources/templates/file-table.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/main/resources/templates/file-table.html (limited to 'src/main/resources/templates/file-table.html') diff --git a/src/main/resources/templates/file-table.html b/src/main/resources/templates/file-table.html new file mode 100644 index 0000000..02b9553 --- /dev/null +++ b/src/main/resources/templates/file-table.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + + {{fileRows}} + +
namedescriptionsizetypedateactions
+ \ No newline at end of file -- cgit v1.2.3