1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

fixed delete not showing any content

This commit is contained in:
John Mitchell 2015-06-16 13:29:43 -04:00
parent 4e1606a927
commit d17abae3f3

View File

@ -161,9 +161,10 @@ export default
});
};
var bodyHtml = "<div class=\"alert alert-info\">Are you sure you want to delete " + name + "?</div>";
Prompt({
hdr: 'Delete',
body: "<div class\"alert alert-info\">Are you sure you want to delete " + name + "?</div>",
body: bodyHtml,
action: action
});
};