mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Add tooltip helper text on web settings page buttons
- Provide more details on what clicking configure, initialize buttons or changing the results count slider does - This shows up on user hovering over those buttons
This commit is contained in:
parent
255781e135
commit
979088b3dc
1 changed files with 3 additions and 3 deletions
|
@ -199,13 +199,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="section">
|
||||
<div id="results-count">
|
||||
<div id="results-count" title="Number of items to show in search and use for chat response">
|
||||
<label for="results-count-slider">Results Count: <span id="results-count-value">5</span></label>
|
||||
<input type="range" id="results-count-slider" name="results-count-slider" min="1" max="10" step="1" value="5">
|
||||
</div>
|
||||
<div id="status" style="display: none;"></div>
|
||||
<button id="configure" type="submit">⚙️ Configure</button>
|
||||
<button id="reinitialize" type="submit">🔄 Reinitialize</button>
|
||||
<button id="configure" type="submit" title="Update index with the latest changes">⚙️ Configure</button>
|
||||
<button id="reinitialize" type="submit" title="Regenerate index from scratch">🔄 Reinitialize</button>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue