1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui/app/templates/components/customize/search-index.hbs
2018-12-14 11:52:31 +00:00

8 lines
289 B
Handlebars

<div class="view-customize">
<form>
<div class="form-group">
<p>It can take up to 30 minutes to rebuild the search index.</p>
{{ui/ui-button color=constants.Color.Yellow light=true icon=constants.Icon.Search label=buttonLabel onClick=(action "reindex")}}
</div>
</form>
</div>