gui: Select / Deselect all folders / devices (#fixes 4000) (#5307)

This commit is contained in:
BAHADIR YILMAZ
2018-11-07 11:44:52 +03:00
committed by Jakob Borg
parent e67be59c5f
commit f51514d0e7
3 changed files with 38 additions and 2 deletions

View File

@@ -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>&emsp;
<small><a href="#" ng-click="selectAllDevices()" translate>Select All</a>&emsp;
<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">