summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-07-12 15:55:54 +0200
committerMartin Fischer <martin@push-f.com>2022-07-12 15:59:35 +0200
commit2f8f4a109b739942604bdfb8cf679887d835d86c (patch)
tree1359408781012a44f42cd3f00035fa7a82e7ef62 /index.html
parent263eead8fcd67ee032a4fc6a250bed11f19c5d28 (diff)
add inputs to filter by name and/or author
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index f3053cb..041c550 100644
--- a/index.html
+++ b/index.html
@@ -9,8 +9,8 @@
<thead>
<th>Status</th>
<th>Date</th>
- <th>Name</th>
- <th>Authors</th>
+ <th>Name<br><input id=name autocomplete=off autofocus></th>
+ <th>Authors<br><input id=authors autocomplete=off></th>
</thead>
<tbody id=tbody>
</tbody>