gui: Select / Deselect all folders / devices (#fixes 4000) (#5307)
This commit is contained in:
committed by
Jakob Borg
parent
e67be59c5f
commit
f51514d0e7
@@ -42,7 +42,11 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label translate for="devices">Share With Devices</label>
|
||||
<p translate class="help-block">Select the devices to share this folder with.</p>
|
||||
<p class="help-block">
|
||||
<span translate>Select the devices to share this folder with.</span> 
|
||||
<small><a href="#" ng-click="selectAllDevices()" translate>Select All</a> 
|
||||
<a href="#" ng-click="deSelectAllDevices()" translate>Deselect All</a></small>
|
||||
</p>
|
||||
<div class="row">
|
||||
<div class="col-md-4" ng-repeat="device in otherDevices()">
|
||||
<div class="checkbox">
|
||||
|
||||
Reference in New Issue
Block a user