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
@@ -88,6 +88,9 @@
<p class="help-block" ng-if="deviceHasUnacceptedFolders(currentDevice)">
<sup>1</sup> <span translate>The remote device has not accepted sharing this folder.</span>
</p>
<p class="help-block" ng-if="deviceHasPausedFolders(currentDevice)">
<sup>2</sup> <span translate>The remote device has paused this folder.</span>
</p>
</div>
<div class="form-horizontal" ng-if="currentSharing.unrelated.length">
<label translate for="folders">Unshared Folders</label>