Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-10-11 12:27:41 +0300
committerdaita <maxence@pontapreta.net>2016-10-11 12:27:41 +0300
commit8cea380c68931ced43cbb071793e1df4912dd08e (patch)
tree2b715cdf0e7ff7ac9f98c69a8315e792a623a8ae /templates
parente23a80d76953e1ce02e828dc82e2da070bebd59d (diff)
display inprogress
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 7dbd289..e400e60 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -135,18 +135,20 @@ style('nextant', 'admin');
<td></td>
<td>
<div id="nextant_first_index"
- style="width: 350px; font-size: 12px; white-space: normal;">
- <i></i> It is really adviced that your very first index of your
- files is done using the <b>./occ nextant:index</b> command. <br />
- However, you can force it to be started as a background process
- of your cloud: </i> <br />
+ style="width: 270px; font-size: 12px; white-space: normal;">
+ <i></i> we recommand doing the very first indexing of your files
+ using the <b>./occ nextant:index</b> command.<br /> However, you
+ can force it to be started as a background process: </i> <br />
<button type="button" id="nextant_force_first_index"
style="width: 270px"><?php p($l->t('Force first index as a cronjob')) ?></button>
</div>
<button type="button" id="nextant_force_index"
style="width: 270px"><?php p($l->t('Force index')) ?></button>
<div id="nextant_index_scheduled">
- <i>Index is scheduled within the next few hours (cron)</i>
+ <i>Indexing is scheduled within the next few hours (cron)</i>
+ </div>
+ <div id="nextant_index_inprogress">
+ <i>Indexing in progress</i>
</div>
</td>
</tr>