From 89a84faf14d9793a9c864f0a9905db3eaae72acd Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Fri, 19 Nov 2021 16:24:10 +0300 Subject: [PATCH] Add paddings in Proxy page Signed-off-by: Alex Andreev --- src/renderer/components/+preferences/proxy.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/renderer/components/+preferences/proxy.tsx b/src/renderer/components/+preferences/proxy.tsx index b85bd5e0e1..0ee94c6d0f 100644 --- a/src/renderer/components/+preferences/proxy.tsx +++ b/src/renderer/components/+preferences/proxy.tsx @@ -31,7 +31,7 @@ export const LensProxy = observer(() => { return (
-
+

Proxy

{ onChange={v => setProxy(v)} onBlur={() => UserStore.getInstance().httpsProxy = proxy} /> - +

Proxy is used only for non-cluster communication. - +

-
+
-
+
{ } label="Allow untrusted Certificate Authorities" /> - +

This will make Lens to trust ANY certificate authority without any validations.{" "} Needed with some corporate proxies that do certificate re-writing.{" "} Does not affect cluster communications! - +

);