File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed
frontend/pages/admin/OrgSettingsPage/cards/FleetDesktop Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,18 @@ const FleetDesktop = ({
71
71
< div className = { `${ baseClass } __section` } >
72
72
< SectionHeader title = "Fleet Desktop" />
73
73
< 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 >
74
86
< InputField
75
87
label = "Custom transparency URL"
76
88
onChange = { onInputChange }
@@ -80,20 +92,6 @@ const FleetDesktop = ({
80
92
onBlur = { validateForm }
81
93
error = { formErrors . transparency_url }
82
94
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
- }
97
95
/>
98
96
< Button
99
97
type = "submit"
You can’t perform that action at this time.
0 commit comments