mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fleet UI: Make delete host modal generic for ABM/fleetd hosts deletion (#22394)
This commit is contained in:
parent
d748b3bbf7
commit
7fa51b6c46
1 changed files with 0 additions and 11 deletions
|
|
@ -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'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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue