Remove banner from Team details > Agent options (#8170)

- Remove info banner that links to help with `overrides`
This commit is contained in:
Noah Talerman 2022-10-12 15:08:02 -04:00 committed by GitHub
parent b016fc8a3a
commit 7b44d0a97b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}