Fixed issue with "Test Dim" button not presenting the value selector

when there was a body with a dim command. Added ability to specifically
set the web server address port.

Fixes #225
Fixes #217
This commit is contained in:
Admin
2016-11-08 11:27:43 -06:00
parent 3702de8efd
commit 84fb79f9d9
6 changed files with 27 additions and 14 deletions

View File

@@ -82,6 +82,13 @@
ng-model="bridge.settings.upnpconfigaddress"
placeholder="192.168.1.1"></td>
</tr>
<tr>
<td>Web Server IP Address</td>
<td><input id="bridge-settings-webaddress"
class="form-control" type="text"
ng-model="bridge.settings.webaddress"
placeholder="0.0.0.0"></td>
</tr>
<tr>
<td>Web Server Port</td>
<td><input id="bridge-settings-serverport"