mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
fixed delete not showing any content
This commit is contained in:
@@ -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
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user