mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Remove banner from Team details > Agent options (#8170)
- Remove info banner that links to help with `overrides`
This commit is contained in:
parent
b016fc8a3a
commit
7b44d0a97b
1 changed files with 0 additions and 12 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue