Fleet UI: Make delete host modal generic for ABM/fleetd hosts deletion (#22394)

This commit is contained in:
RachelElysia 2024-09-25 11:44:13 -07:00 committed by GitHub
parent d748b3bbf7
commit 7fa51b6c46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,17 +69,6 @@ const DeleteHostModal = ({
<p>
This will remove the record of <b>{hostText()}</b>.{largeVolumeText()}
</p>
<p>
The {pluralizeHost()} will re-appear unless fleet&apos;s agent is
uninstalled.
</p>
<p>
<CustomLink
url={"https://fleetdm.com/learn-more-about/uninstall-fleetd"}
text="Uninstall Fleet's agent"
newTab
/>
</p>
<div className="modal-cta-wrap">
<Button
type="button"