diff --git a/awx/ui/static/js/helpers/CustomInventory.js b/awx/ui/static/js/helpers/CustomInventory.js index 748043ebf5..60d94b1ef3 100644 --- a/awx/ui/static/js/helpers/CustomInventory.js +++ b/awx/ui/static/js/helpers/CustomInventory.js @@ -161,9 +161,10 @@ export default }); }; + var bodyHtml = "
Are you sure you want to delete " + name + "?
"; Prompt({ hdr: 'Delete', - body: "
Are you sure you want to delete " + name + "?
", + body: bodyHtml, action: action }); };