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-row.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/resources/templates/file-row.html (limited to 'src/main/resources/templates/file-row.html') diff --git a/src/main/resources/templates/file-row.html b/src/main/resources/templates/file-row.html new file mode 100644 index 0000000..b6219eb --- /dev/null +++ b/src/main/resources/templates/file-row.html @@ -0,0 +1,17 @@ + + + + + {{name}} + + + {{description}} + {{size}} + {{fileType}} + {{createdDate}} + + + + \ No newline at end of file -- cgit v1.2.3