Skip to content

Commit 5317ddd

Browse files
committed
sort indices on snapshot restore
closes #419
1 parent 66b73dd commit 5317ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/snapshot/restore_snapshot.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="col-lg-6">
2828
<div class="form-group">
2929
<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"
30+
<select multiple="multiple" ng-model="form.indices" ng-options="i as i for i in snapshot.indices | orderBy"
3131
class="form-control" size="13">
3232
<option value="">Default is All</option>
3333
</select>

0 commit comments

Comments
 (0)