We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b73dd commit 5317dddCopy full SHA for 5317ddd
public/snapshot/restore_snapshot.html
@@ -27,7 +27,7 @@
27
<div class="col-lg-6">
28
<div class="form-group">
29
<label class="form-label">indices (defaults to all if none is selected)</label>
30
- <select multiple="multiple" ng-model="form.indices" ng-options="i as i for i in snapshot.indices"
+ <select multiple="multiple" ng-model="form.indices" ng-options="i as i for i in snapshot.indices | orderBy"
31
class="form-control" size="13">
32
<option value="">Default is All</option>
33
</select>
0 commit comments