parent
6927e31a62
commit
a60f05be12
1 changed files with 2 additions and 0 deletions
|
@ -85,12 +85,14 @@
|
|||
<input type="checkbox" name="health_ok_queue_transcode">
|
||||
<label for="health_command">Health Command:</label>
|
||||
<select id="health_command" name="health_command">
|
||||
<option value="">None</option>
|
||||
{{range $l := .FfmpegCommands}}
|
||||
<option value="{{$l.ID}}">{{$l.Name}}</option>
|
||||
{{end}}
|
||||
</select>
|
||||
<label for="transcode_command">Transcode Command:</label>
|
||||
<select id="transcode_command" name="transcode_command">
|
||||
<option value="">None</option>
|
||||
{{range $l := .FfmpegCommands}}
|
||||
<option value="{{$l.ID}}">{{$l.Name}}</option>
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Reference in a new issue