mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Fix incorrectly showing 127.0.0.1 server in setup wizard
This commit is contained in:
parent
045c69f5d8
commit
4c9ddbd8b7
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<select class="form-control pms-settings selectize-pms-ip" id="pms_ip_selectize">
|
<select class="form-control pms-settings selectize-pms-ip" id="pms_ip_selectize">
|
||||||
|
% if config['pms_identifier']:
|
||||||
<option value="${config['pms_ip']}:${config['pms_port']}"
|
<option value="${config['pms_ip']}:${config['pms_port']}"
|
||||||
data-identifier="${config['pms_identifier']}"
|
data-identifier="${config['pms_identifier']}"
|
||||||
data-ip="${config['pms_ip']}"
|
data-ip="${config['pms_ip']}"
|
||||||
|
@ -99,6 +100,7 @@
|
||||||
data-is_cloud="${config['pms_is_cloud']}"
|
data-is_cloud="${config['pms_is_cloud']}"
|
||||||
data-label="${config['pms_name'] or 'Local'}"
|
data-label="${config['pms_name'] or 'Local'}"
|
||||||
selected>${config['pms_ip']}</option>
|
selected>${config['pms_ip']}</option>
|
||||||
|
% endif
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue