mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: allow filtering requests from maintainers
These are usually easy to handle from TUs so allow to filter for them Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
parent
500d6b403b
commit
bce5b81acd
4 changed files with 69 additions and 19 deletions
|
@ -56,6 +56,11 @@
|
|||
<input type="checkbox" name="filter_rejected" id="id_filter_rejected" value="True" {{ "checked" if
|
||||
filter_rejected == true }}/>
|
||||
</div>
|
||||
<div>
|
||||
<label for="id_filter_maintainer_requests" title="Maintainer's requests">{{ "Maintainer's requests" | tr }}</label>
|
||||
<input type="checkbox" name="filter_maintainer_requests" id="id_filter_maintainer_requests"
|
||||
value="True" {{ "checked" if filter_maintainer_requests == true }}/>
|
||||
</div>
|
||||
<div>
|
||||
<button type='submit' class='button' name='submit' value='Filter'>{{ "Filter" | tr }}</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue