Huemulator state fixes

draft active logger control
This commit is contained in:
bsamuels
2018-01-16 13:20:49 -06:00
parent 37b381085c
commit 27dd8475e9
4 changed files with 115 additions and 38 deletions

View File

@@ -742,6 +742,27 @@
ng-model="bridge.settings.numberoflogmessages" min="100"
max="65535"></td>
</tr>
<tr>
<td>Log Output Control</td>
<td><table
class="table table-bordered table-striped table-hover">
<thead>
<tr>
<th>Name</th>
<th>Active</th>
</tr>
</thead>
<tr ng-repeat="thePair in bridge.settings.activeloggers">
<td><input id="bridge-settings-next-logger-name"
class="form-control" type="text" ng-model="thePair.name"
disabled></td>
<td><input type="checkbox"
ng-model="thePair.value" ng-true-value="'true'"
ng-false-value="'false'"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>Trace UPNP Calls</td>
<td><input type="checkbox"