Updated system.html with opnhab ports

This commit is contained in:
bwssystems
2017-12-19 16:45:51 -06:00
parent fe613f7688
commit 0c49df1473
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -14,3 +14,4 @@ data
/.classpath
sftp-config\.json
/bin/

View File

@@ -5,7 +5,7 @@
<groupId>com.bwssystems.HABridge</groupId>
<artifactId>ha-bridge</artifactId>
<version>5.1.0b</version>
<version>5.1.0c</version>
<packaging>jar</packaging>
<name>HA Bridge</name>

View File

@@ -588,7 +588,7 @@
placeholder="192.168.1.3"></td>
<td><input id="bridge-settings-next-openhab-port"
class="form-control" type="text" ng-model="openhab.port"
placeholder="8123"></td>
placeholder="8080"></td>
<td><input id="bridge-settings-next-openhab-username"
class="form-control" type="text" ng-model="openhab.username"
placeholder="OpenHAB username"></td>
@@ -610,7 +610,7 @@
placeholder="192.168.1.3"></td>
<td><input id="bridge-settings-new-openhab-port"
class="form-control" type="text" ng-model="newopenhabport"
placeholder="8123"></td>
placeholder="8080"></td>
<td><input id="bridge-settings-new-openhab-username"
class="form-control" type="text" ng-model="newopenhabusername"
placeholder="OpenHAB username"></td>