From 316e9c7cb8c27b125a23a80b95e3e0fd25faa9c1 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Mon, 23 Oct 2023 15:17:23 -0400 Subject: [PATCH] chore(credentials): clean up UI text (#1139) --- .../SecurityPanel/Credentials/StoreCredentials.tsx | 11 ++++++----- src/app/Shared/Components/JmxAuthDescription.tsx | 5 +++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/app/SecurityPanel/Credentials/StoreCredentials.tsx b/src/app/SecurityPanel/Credentials/StoreCredentials.tsx index 0ad2b8ab0..ea6047960 100644 --- a/src/app/SecurityPanel/Credentials/StoreCredentials.tsx +++ b/src/app/SecurityPanel/Credentials/StoreCredentials.tsx @@ -534,11 +534,12 @@ export const StoreCredentialsCard: SecurityCard = { description: ( - Credentials that Cryostat uses to connect to Cryostat agents or target JVMs over JMX are stored here. These are - stored in encrypted storage managed by the Cryostat backend. These credentials may be used for manually managing - recordings and event templates on target JVMs, as well as for Automated Rules which run in the background and - open unattended target connections. Any locally-stored client credentials held by your browser session are not - displayed here. See Settings to configure locally-stored credentials. + Credentials that Cryostat uses to connect to Cryostat agents or target JVMs over JMX are stored in encrypted + storage. + + + The locally-stored client credentials held by your browser session are not displayed here. See{' '} + Settings to configure locally-stored credentials. ), diff --git a/src/app/Shared/Components/JmxAuthDescription.tsx b/src/app/Shared/Components/JmxAuthDescription.tsx index 118855c35..31f487d12 100644 --- a/src/app/Shared/Components/JmxAuthDescription.tsx +++ b/src/app/Shared/Components/JmxAuthDescription.tsx @@ -39,6 +39,11 @@ export const JmxAuthDescription: React.FCcom.sun.management.jmxremote.login.config + + These authentication credentials are stored in encrypted storage managed by the Cryostat backend and used for + manually managing recordings and event templates on target JVMs, as well as for Automated Rules which run in the + background and open unattended target connections. + ); };