mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-16 10:14:36 +00:00
Fixed bulk add and sort on moziot page
This commit is contained in:
@@ -71,9 +71,9 @@
|
||||
</thead>
|
||||
<tr ng-repeat="moziotdevice in bridge.moziotdevices">
|
||||
<td>{{$index+1}}</td>
|
||||
<td><input type="checkbox" name="bulk.devices[]" value="{{moziotdevice.deviceDetail.name}}"
|
||||
ng-checked="bulk.devices.indexOf(moziotdevice.deviceDetail.name) > -1"
|
||||
ng-click="toggleSelection(moziotdevice.deviceDetail.name)">
|
||||
<td><input type="checkbox" name="bulk.devices[]" value="{{moziotdevice.deviceDetail.title}}"
|
||||
ng-checked="bulk.devices.indexOf(moziotdevice.deviceDetail.title) > -1"
|
||||
ng-click="toggleSelection(moziotdevice.deviceDetail.title)">
|
||||
{{moziotdevice.deviceDetail.title}}</td>
|
||||
<td>{{moziotdevice.deviceDetail.type}}</td>
|
||||
<td>{{moziotdevice.gatewayName}}</td>
|
||||
|
||||
Reference in New Issue
Block a user