fix js-lint CI check (#18542)

it's currently failing on `main`
This commit is contained in:
Roberto Dip 2024-04-25 16:27:34 -03:00 committed by GitHub
parent ef767de2f9
commit 08866bcc1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 7 deletions

View file

@ -50,7 +50,8 @@ const DeleteSecretModal = ({
unable to enroll.
</p>
<p>
Hosts that enrolled with this secret will not get updates to agent options.
Hosts that enrolled with this secret will not get updates to agent
options.
</p>
<p>
Follow this guide to{" "}

View file

@ -81,9 +81,9 @@ const Agents = ({
<SectionHeader title="Agent options" />
<form onSubmit={onFormSubmit} autoComplete="off">
<p className={`${baseClass}__section-description`}>
Agent options configure Fleet's agent (fleetd). When you update agent
options, they will be applied the next time a host checks in to
Fleet.{" "}
Agent options configure Fleet&apos;s agent (fleetd). When you update
agent options, they will be applied the next time a host checks in
to Fleet.{" "}
<CustomLink
url="https://fleetdm.com/docs/configuration/agent-configuration"
text="Learn more about agent options"

View file

@ -142,8 +142,9 @@ const AgentOptionsPage = ({
return (
<div className={`${baseClass}`}>
<p className={`${baseClass}__page-description`}>
Agent options configure Fleet's agent (fleetd). When you update agent
options, they will be applied the next time a host checks in to Fleet.
Agent options configure Fleet&apos;s agent (fleetd). When you update
agent options, they will be applied the next time a host checks in to
Fleet.
<br />
<CustomLink
url="https://fleetdm.com/docs/configuration/configuration-files#team-agent-options"

View file

@ -1462,7 +1462,8 @@ const ManageHostsPage = ({
"Expecting to see new hosts? Try again in a few seconds as the system catches up.";
} else if (canEnrollHosts) {
emptyHosts.header = "Add your hosts to Fleet";
emptyHosts.info = "Generate Fleet's agent (fleetd) to add your own hosts.";
emptyHosts.info =
"Generate Fleet's agent (fleetd) to add your own hosts.";
emptyHosts.primaryButton = (
<Button variant="brand" onClick={toggleAddHostsModal} type="button">
Add hosts