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-12-03 06:08:24 +0300
committerdaita <maxence@pontapreta.net>2016-12-03 06:08:24 +0300
commita64bd2ce0d570dabf9c185a27b4bc97ec5ece92c (patch)
tree0514af618c8fefeea18aa42fd764c8a3255f70bb /templates
parent0ad3a54150b43a00de6d7b8208f38943def20204 (diff)
#75 - Admin UI
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.admin.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/settings.admin.php b/templates/settings.admin.php
index cb0e6ac..4aa9f8a 100644
--- a/templates/settings.admin.php
+++ b/templates/settings.admin.php
@@ -209,7 +209,7 @@ style('nextant', 'admin');
<?php p($l->t('Resource Level :')); ?>
</td>
<td colspan="2"><select name="solr_resource_level"
- id="solr_resource_level">
+ id="solr_resource_level" style="width: 200px">
<!-- <option value="5">Higher Level</option> -->
<option value="4">High performance</option>
<!-- <option value="3">Mid level</option> -->
@@ -222,9 +222,11 @@ style('nextant', 'admin');
<td class="nextant_admin_left">
<?php p($l->t('Live Index :')); ?>
</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"
+ <td colspan="2"><select id="solr_index_live" style="width: 200px">
+ <option value="0">Disabled</option>
+ <option value="1">Using Semaphore</option>
+ <option value="2">Using Database</option>
+ </select> <input type="text" id="solr_index_live_queuekey"
style="width: 100px; font-size: 12px;" /></td>
</tr>