1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Removing Box component

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-04-16 08:20:26 +03:00
parent f2ff086c39
commit 00c52e16a9

View File

@ -187,11 +187,11 @@ export class Preferences extends React.Component {
}
label="Allow untrusted Certificate Authorities"
/>
<Box lineHeight={1.3} mt={1}>
<small className="hint">
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!
</Box>
</small>
</section>
</section>
)}