From 60a73b6079b6a32881061eb3d0d4eb9c6e9ca1a5 Mon Sep 17 00:00:00 2001
From: "Lange, Dr. Herbert" <herbert.lange@uni-hamburg.de>
Date: Fri, 5 Aug 2022 14:48:20 +0200
Subject: [PATCH] attempt to add field for config

---
 src/main/resources/templates/root.vm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/main/resources/templates/root.vm b/src/main/resources/templates/root.vm
index a3f799a..5d84b09 100644
--- a/src/main/resources/templates/root.vm
+++ b/src/main/resources/templates/root.vm
@@ -21,6 +21,11 @@
     <label of="file-exts">File filter (by file extensions):</label>
     <input type="text" id="file-exts" value="*">
   </div>
+  <!-- Config file selector -->
+  <!-- div class="row">
+      <label of="corpus-files">Configuration file:</label>
+      <input type="file" class="form-control" id="config-file" accept=".yaml">
+  </div -->
   <div class="row">
     <a href="#" class="btn btn-primary" id="send-files">Send files and check data</a>
   </div>
-- 
GitLab