mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
select needs name to serialize
This commit is contained in:
parent
ff8d9f9f4c
commit
92bbf8e994
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ from plexpy import common
|
|||
<label for="pms_ip">Plex IP or Hostname</label>
|
||||
<div class="row">
|
||||
<div class="col-xs-8">
|
||||
<select id="pms_ip"></select>
|
||||
<select id="pms_ip" name="pms_ip"></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue