diff --git a/changes/22819-delete-modal b/changes/22819-delete-modal new file mode 100644 index 0000000000..a1dc4e5b61 --- /dev/null +++ b/changes/22819-delete-modal @@ -0,0 +1 @@ +- Fleet UI: Better information on what deleting a host does diff --git a/frontend/pages/hosts/components/DeleteHostModal/DeleteHostModal.tsx b/frontend/pages/hosts/components/DeleteHostModal/DeleteHostModal.tsx index 003b167c74..90651cb292 100644 --- a/frontend/pages/hosts/components/DeleteHostModal/DeleteHostModal.tsx +++ b/frontend/pages/hosts/components/DeleteHostModal/DeleteHostModal.tsx @@ -4,6 +4,8 @@ import strUtils from "utilities/strings"; import Modal from "components/Modal"; import Button from "components/buttons/Button"; +import CustomLink from "components/CustomLink"; +import { LEARN_MORE_ABOUT_BASE_LINK } from "utilities/constants"; const baseClass = "delete-host-modal"; @@ -61,8 +63,21 @@ const DeleteHostModal = ({ <>

- This will remove the record of {hostText()}.{largeVolumeText()} + This will remove the record of {hostText()} and associated data + (e.g. unlock PINs).{largeVolumeText()}

+