gui: Mark folders paused on remote device. (#8286)

Similar to the "remote has not accepted sharing" message, add a
footnote number 2 to indicate a folder which will not sync with a
certain device because the remote has paused it.  Applies to the edit
folder / device modals' sharing tab, as well as the "shared with"
listing and tooltips under device and folder details.
This commit is contained in:
André Colomb
2022-05-03 21:51:09 +02:00
committed by GitHub
parent 334a78f185
commit 31a78592e8
4 changed files with 48 additions and 10 deletions
@@ -61,6 +61,9 @@
<p class="help-block" ng-if="folderHasUnacceptedDevices(currentFolder)">
<sup>1</sup> <span translate>The remote device has not accepted sharing this folder.</span>
</p>
<p class="help-block" ng-if="folderHasPausedDevices(currentFolder)">
<sup>2</sup> <span translate>The remote device has paused this folder.</span>
</p>
</div>
<div class="form-horizontal" ng-if="currentSharing.unrelated.length || otherDevices().length <= 0">
<label translate>Unshared Devices</label>