Skip to content

Commit b9349b0

Browse files
authored
Remove info banner from Team details > Agent options
The `overrides` section was removed from the default agent options in "Add fleetctl and Fleet UI support for remote flags" #7377: > When there is no overrides being specified by the user, do not show a blank overrides section - Remove the info banner that links to help with `overrides` because a new Fleet user won't understand what the `overrides` section is.
1 parent d912376 commit b9349b0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

frontend/pages/admin/TeamManagementPage/TeamDetailsWrapper/AgentOptionsPage/AgentOptionsPage.tsx

-12
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,6 @@ const AgentOptionsPage = ({
9797
</span>
9898
</a>
9999
</p>
100-
<InfoBanner className={`${baseClass}__config-docs`}>
101-
See Fleet documentation for an example file that includes the overrides
102-
option.{" "}
103-
<a
104-
href="https://fleetdm.com/docs/using-fleet/configuration-files#overrides-option"
105-
target="_blank"
106-
rel="noopener noreferrer"
107-
>
108-
Go to Fleet docs
109-
<img alt="Open external link" src={ExternalLinkIcon} />
110-
</a>
111-
</InfoBanner>
112100
<div className={`${baseClass}__form-wrapper`}>
113101
<OsqueryOptionsForm
114102
formData={formData}

0 commit comments

Comments
 (0)