Update web interface settings help text
This commit is contained in:
@@ -328,7 +328,7 @@
|
|||||||
<h3>Web Interface</h3>
|
<h3>Web Interface</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="help-block">Web interface changes require a restart.</p>
|
<p class="help-block">Note: Web interface changes require a restart.</p>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="http_host">HTTP Host</label>
|
<label for="http_host">HTTP Host</label>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -336,7 +336,7 @@
|
|||||||
<input type="text" class="form-control http-settings" id="http_host" name="http_host" value="${config['http_host']}" data-parsley-trigger="change" required>
|
<input type="text" class="form-control http-settings" id="http_host" name="http_host" value="${config['http_host']}" data-parsley-trigger="change" required>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p class="help-block">e.g. localhost or an IP, such as 0.0.0.0</p>
|
<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>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="http_port">HTTP Port</label>
|
<label for="http_port">HTTP Port</label>
|
||||||
|
Reference in New Issue
Block a user