Skip to content
Snippets Groups Projects
Commit 60a73b60 authored by Lange, Dr. Herbert's avatar Lange, Dr. Herbert
Browse files

attempt to add field for config

parent 5da03ebf
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,11 @@ ...@@ -21,6 +21,11 @@
<label of="file-exts">File filter (by file extensions):</label> <label of="file-exts">File filter (by file extensions):</label>
<input type="text" id="file-exts" value="*"> <input type="text" id="file-exts" value="*">
</div> </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"> <div class="row">
<a href="#" class="btn btn-primary" id="send-files">Send files and check data</a> <a href="#" class="btn btn-primary" id="send-files">Send files and check data</a>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment