From 101e050746f5f69f138c2a644d6954adc09b2ac2 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Thu, 25 Feb 2021 00:56:08 -0500 Subject: [PATCH 1/2] Show or hide the API key text input box when needed --- meilisearch-http/public/interface.html | 53 ++++++++++++++++++++------ 1 file changed, 42 insertions(+), 11 deletions(-) diff --git a/meilisearch-http/public/interface.html b/meilisearch-http/public/interface.html index c35de78c3..9d3eeed40 100644 --- a/meilisearch-http/public/interface.html +++ b/meilisearch-http/public/interface.html @@ -122,17 +122,8 @@ This dashboard will help you check the search results with ease.

-
-
-
- - -
- -
-

At least a private API key is required for the dashboard to access the indexes list.

-
-
+
+
@@ -177,6 +168,45 @@