Add Transcode Status Filter for Task Creation
All checks were successful
/ release (push) Successful in 39s
All checks were successful
/ release (push) Successful in 39s
This commit is contained in:
parent
eb3cfbfdba
commit
8046093e9e
2 changed files with 10 additions and 1 deletions
|
@ -15,6 +15,14 @@
|
|||
<option value="1">Damaged</option>
|
||||
<option value="2">Healthy</option>
|
||||
</select>
|
||||
<label for="transcode">Transcode Status</label>
|
||||
<select id="transcode" name="transcode">
|
||||
<option value="-1">All</option>
|
||||
<option value="0">Unknown</option>
|
||||
<option value="1">None</option>
|
||||
<option value="2">Failed</option>
|
||||
<option value="2">Success</option>
|
||||
</select>
|
||||
<label for="type">Type</label>
|
||||
<select id="type" name="type">
|
||||
<option value="0">Health Check</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue