From b40e254f25906edbe365b59daa5f1ee26569b4dc Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 3 Nov 2021 04:47:14 +0100 Subject: [PATCH] Agent: Add a boolean to the index to indicate agent mode. (#9649) I would like to avoid extra API call's to determine if we are running in Agent Mode, so I think we could use this approach. This is a bootstrap of #9612 Signed-off-by: Julien Pivotto --- web/ui/react-app/public/index.html | 9 ++++++--- web/web.go | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/web/ui/react-app/public/index.html b/web/ui/react-app/public/index.html index 2671dc6cd8..eac493853c 100755 --- a/web/ui/react-app/public/index.html +++ b/web/ui/react-app/public/index.html @@ -10,12 +10,15 @@