mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 15:17:25 +00:00
parent
ff7873fcc1
commit
8cbdf1e1de
@ -209,7 +209,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 form-group">
|
<div class="col-md-6 form-group">
|
||||||
<label translate>File Pull Order</label>
|
<label translate>File Pull Order</label>
|
||||||
<select class="form-control" ng-model="currentFolder.order">
|
<select class="form-control" ng-model="currentFolder.order" ng-if="currentFolder.type != 'sendonly'">
|
||||||
<option value="random" translate>Random</option>
|
<option value="random" translate>Random</option>
|
||||||
<option value="alphabetic" translate>Alphabetic</option>
|
<option value="alphabetic" translate>Alphabetic</option>
|
||||||
<option value="smallestFirst" translate>Smallest First</option>
|
<option value="smallestFirst" translate>Smallest First</option>
|
||||||
@ -217,6 +217,9 @@
|
|||||||
<option value="oldestFirst" translate>Oldest First</option>
|
<option value="oldestFirst" translate>Oldest First</option>
|
||||||
<option value="newestFirst" translate>Newest First</option>
|
<option value="newestFirst" translate>Newest First</option>
|
||||||
</select>
|
</select>
|
||||||
|
<select class="form-control" ng-if="currentFolder.type == 'sendonly'" disabled>
|
||||||
|
<option value="disabled" translate>Disabled</option>
|
||||||
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user