mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
allow approving all requests by category
This commit is contained in:
parent
3d944b32a8
commit
e1b8293fdd
3 changed files with 174 additions and 42 deletions
|
@ -5,6 +5,8 @@
|
|||
@if (Context.CurrentUser.IsAuthenticated())
|
||||
{
|
||||
<button id="approveAll" class="btn btn-success-outline" type="submit"><i class="fa fa-plus"></i> Approve All</button>
|
||||
<button id="approveMovies" class="btn btn-success-outline" type="submit"><i class="fa fa-plus"></i> Approve Movies</button>
|
||||
<button id="approveTVShows" class="btn btn-success-outline" type="submit"><i class="fa fa-plus"></i> Approve TV Shows</button>
|
||||
<br />
|
||||
<br />
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue