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-09 14:51:38 +0300
committerdaita <maxence@pontapreta.net>2016-10-09 14:51:38 +0300
commit15860bf63a2b276c41d18e3eb2dd7a3dddf51101 (patch)
treef3a0b4fde4c55b37bc35df178da5a921a131c114 /templates/settings.admin.php
parentfe88172a62fdb1ee110226f73392a867ed580347 (diff)
force first index as a cronjob from admin
Diffstat (limited to 'templates/settings.admin.php')
-rw-r--r--templates/settings.admin.php21
1 files changed, 17 insertions, 4 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index f219b9a..56543a3 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -37,7 +37,7 @@ style('nextant', 'admin');
href="https://github.com/daita/nextant/wiki" target="_blank">find
few guides on how to install one on the Wiki</a></em></td>
</tr>
- <tr>
+ <tr valign="top">
<td>
<table>
<tr>
@@ -127,19 +127,32 @@ style('nextant', 'admin');
<td><div id="solr_current_docs"></div></td>
</tr>
+ <tr>
+ <td>&nbsp;</td>
+ </tr>
<tr style="height: 30px;">
- <td></td>
+ <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 />
+ <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">Index is scheduled</div>
+ <div id="nextant_index_scheduled"><i>Index is scheduled within the
+ next few hours (cron)</i></div>
</td>
</tr>
</table>
</td>
- <td style="padding-left: 40px;">
+ <td style="padding-left: 30px; padding-top: 40px; vertical-align: top">
<div id="nextant-display">
<div id="ping" class="nextant-display-line">
<img id="icon_check" class="nextant_display_icon"