From 08866bcc1cd8804680e81560d45fb3e0e889cc88 Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Thu, 25 Apr 2024 16:27:34 -0300 Subject: [PATCH] fix js-lint CI check (#18542) it's currently failing on `main` --- .../EnrollSecrets/DeleteSecretModal/DeleteSecretModal.tsx | 3 ++- .../pages/admin/OrgSettingsPage/cards/Agents/Agents.tsx | 6 +++--- .../AgentOptionsPage/AgentOptionsPage.tsx | 5 +++-- frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx | 3 ++- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/frontend/components/EnrollSecrets/DeleteSecretModal/DeleteSecretModal.tsx b/frontend/components/EnrollSecrets/DeleteSecretModal/DeleteSecretModal.tsx index 1c32637a17..5f33058079 100644 --- a/frontend/components/EnrollSecrets/DeleteSecretModal/DeleteSecretModal.tsx +++ b/frontend/components/EnrollSecrets/DeleteSecretModal/DeleteSecretModal.tsx @@ -50,7 +50,8 @@ const DeleteSecretModal = ({ unable to enroll.

- 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.

Follow this guide to{" "} diff --git a/frontend/pages/admin/OrgSettingsPage/cards/Agents/Agents.tsx b/frontend/pages/admin/OrgSettingsPage/cards/Agents/Agents.tsx index 1a57ef5576..135f72ff63 100644 --- a/frontend/pages/admin/OrgSettingsPage/cards/Agents/Agents.tsx +++ b/frontend/pages/admin/OrgSettingsPage/cards/Agents/Agents.tsx @@ -81,9 +81,9 @@ const Agents = ({

- 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'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'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's agent (fleetd). When you update + agent options, they will be applied the next time a host checks in to + Fleet.
Add hosts