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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user