1<h4 class="title is-5 is-marginless">
2  Reindex
3</h4>
4<div class="content">
5  <p>
6    Reindex the local data storage. This can cause a very long delay depending
7    on the number and size of objects in the data store.
8  </p>
9</div>
10<div class="field">
11  <div class="control">
12    <ConfirmAction
13      @buttonClasses="button is-primary"
14      @confirmTitle="Begin reindex?"
15      @confirmMessage="This will initiate reindexing of the local data storage."
16      @confirmButtonText="Reindex"
17      @horizontalPosition="auto-left"
18      @onConfirmAction={{action "onSubmit" "reindex"}}
19    >
20      Reindex
21    </ConfirmAction>
22  </div>
23</div>
24