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-11-09 14:12:08 +0300
committerdaita <maxence@pontapreta.net>2016-11-09 14:12:08 +0300
commitff2ec71425ab7e5a146b5b3a0c134fe0ffa0873d (patch)
treea23f485ccd28b29ade9b1075385010f3bdb98431 /templates
parent597ad70290fe4ef864ffb52b651fa73a0e873e0a (diff)
display segments in admin UI
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index 565b3b6..0f63737 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -197,7 +197,8 @@ style('nextant', 'admin');
</td>
<td colspan="2"><input type="checkbox" name="solr_index_live"
id="solr_index_live" value="1" style="margin: 10px;"> <input
- type="text" id="solr_index_live_queuekey" style="width: 100px; font-size: 12px;" /></td>
+ type="text" id="solr_index_live_queuekey"
+ style="width: 100px; font-size: 12px;" /></td>
</tr>
<tr style="height: 30px;">
@@ -232,7 +233,11 @@ style('nextant', 'admin');
<?php p($l->t('Number of documents :')) ?></td>
<td><div id="solr_current_docs"></div></td>
</tr>
-
+ <tr style="height: 30px;">
+ <td class="nextant_admin_left">
+ <?php p($l->t('Number of segments :')) ?></td>
+ <td><div id="solr_current_segments"></div></td>
+ </tr>
<tr>
<td>&nbsp;</td>
</tr>