Skip to content

Commit 441661d

Browse files
authored
Fleet UI: Move Fleet Desktop help text to section description (#23518)
1 parent bb7b147 commit 441661d

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

frontend/pages/admin/OrgSettingsPage/cards/FleetDesktop/FleetDesktop.tsx

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@ const FleetDesktop = ({
7171
<div className={`${baseClass}__section`}>
7272
<SectionHeader title="Fleet Desktop" />
7373
<form onSubmit={onFormSubmit} autoComplete="off">
74+
<p className={`${baseClass}__section-description`}>
75+
When an end user clicks “Transparency” in the Fleet Desktop menu, by
76+
default they are taken to{" "}
77+
<CustomLink
78+
url="https://fleetdm.com/transparency"
79+
text="https://fleetdm.com/transparency"
80+
newTab
81+
multiline
82+
/>{" "}
83+
. You can override the URL to take them to a resource of your
84+
choice.
85+
</p>
7486
<InputField
7587
label="Custom transparency URL"
7688
onChange={onInputChange}
@@ -80,20 +92,6 @@ const FleetDesktop = ({
8092
onBlur={validateForm}
8193
error={formErrors.transparency_url}
8294
placeholder="https://fleetdm.com/transparency"
83-
helpText={
84-
<>
85-
When an end user clicks “Transparency” in the Fleet Desktop
86-
menu, by default they are taken to{" "}
87-
<CustomLink
88-
url="https://fleetdm.com/transparency"
89-
text="https://fleetdm.com/transparency"
90-
newTab
91-
multiline
92-
/>{" "}
93-
. You can override the URL to take them to a resource of your
94-
choice.
95-
</>
96-
}
9795
/>
9896
<Button
9997
type="submit"

0 commit comments

Comments
 (0)