Skip to content

Commit

Permalink
Remove info banner from Team details > Agent options
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
noahtalerman authored Oct 11, 2022
1 parent d912376 commit b9349b0
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,6 @@ const AgentOptionsPage = ({
</span>
</a>
</p>
<InfoBanner className={`${baseClass}__config-docs`}>
See Fleet documentation for an example file that includes the overrides
option.{" "}
<a
href="https://fleetdm.com/docs/using-fleet/configuration-files#overrides-option"
target="_blank"
rel="noopener noreferrer"
>
Go to Fleet docs
<img alt="Open external link" src={ExternalLinkIcon} />
</a>
</InfoBanner>
<div className={`${baseClass}__form-wrapper`}>
<OsqueryOptionsForm
formData={formData}
Expand Down

0 comments on commit b9349b0

Please sign in to comment.