From d97682fdacab165544cadebecebd887ea28285ed Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Thu, 6 Jul 2023 21:37:48 -0700 Subject: [PATCH] Use tooltip, placeholders to guide Khoj setup via web settings page --- src/khoj/interface/web/content_type_input.html | 12 ++++++------ .../interface/web/processor_conversation_input.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/khoj/interface/web/content_type_input.html b/src/khoj/interface/web/content_type_input.html index 22955cf9..8c0e5b2e 100644 --- a/src/khoj/interface/web/content_type_input.html +++ b/src/khoj/interface/web/content_type_input.html @@ -10,14 +10,14 @@ @@ -27,14 +27,14 @@ diff --git a/src/khoj/interface/web/processor_conversation_input.html b/src/khoj/interface/web/processor_conversation_input.html index 46c96b12..8f04a3b3 100644 --- a/src/khoj/interface/web/processor_conversation_input.html +++ b/src/khoj/interface/web/processor_conversation_input.html @@ -10,7 +10,7 @@
- + {% if current_config['input_files'] is none %} - + {% else %} {% for input_file in current_config['input_files'] %} - + {% endfor %} {% endif %}
- + {% if current_config['input_filter'] is none %} - + {% else %} {% for input_filter in current_config['input_filter'] %} - + {% endfor %} {% endif %}
- +