diff options
author | Martin Fischer <martin@push-f.com> | 2022-07-12 15:55:54 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-07-12 15:59:35 +0200 |
commit | 2f8f4a109b739942604bdfb8cf679887d835d86c (patch) | |
tree | 1359408781012a44f42cd3f00035fa7a82e7ef62 /index.html | |
parent | 263eead8fcd67ee032a4fc6a250bed11f19c5d28 (diff) |
add inputs to filter by name and/or author
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |