mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Remove HTTP Host setting from UI
This commit is contained in:
parent
c0f7f1a409
commit
db6d5da414
1 changed files with 0 additions and 9 deletions
|
@ -490,15 +490,6 @@
|
||||||
</label>
|
</label>
|
||||||
<p class="help-block">Launch browser pointed to Tautulli on startup.</p>
|
<p class="help-block">Launch browser pointed to Tautulli on startup.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group advanced-setting">
|
|
||||||
<label for="http_host">HTTP Host</label> ${docker_msg | n}
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-6">
|
|
||||||
<input type="text" class="form-control http-settings" id="http_host" name="http_host" value="${config['http_host']}" data-parsley-trigger="change" required ${docker_setting}>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<p class="help-block">localhost or an IP address to bind the web server to. Default 0.0.0.0 to bind to all interfaces.</p>
|
|
||||||
</div>
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="http_port">HTTP Port</label> ${docker_msg | n}
|
<label for="http_port">HTTP Port</label> ${docker_msg | n}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue