mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Changing verbage of notificaiton success/failure message
This commit is contained in:
parent
b929628b58
commit
fdae63090f
@ -155,13 +155,13 @@ export default
|
||||
Rest.post({})
|
||||
.then(function () {
|
||||
ngToast.success({
|
||||
content: `<i class="fa fa-check-circle Toast-successIcon"></i> Test Notification Success: <b>${name}</b> `,
|
||||
content: `<i class="fa fa-check-circle Toast-successIcon"></i> <b>${name}:</b> Notification Succeeded.`,
|
||||
});
|
||||
|
||||
})
|
||||
.catch(function () {
|
||||
ngToast.danger({
|
||||
content: 'Test Notification Failure'
|
||||
content: `<i class="fa fa-check-circle Toast-successIcon"></i> <b>${name}:</b> Notification Failed.`,
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user