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:
parent
4e1606a927
commit
d17abae3f3
@ -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
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user