mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Generalizing error message when user inputs an invalid search
This commit is contained in:
@@ -270,7 +270,7 @@ export default ['$q', 'Rest', 'ProcessErrors', '$rootScope', 'Wait', 'DjangoSear
|
|||||||
error(data, status) {
|
error(data, status) {
|
||||||
ProcessErrors($rootScope, null, status, null, {
|
ProcessErrors($rootScope, null, status, null, {
|
||||||
hdr: 'Error!',
|
hdr: 'Error!',
|
||||||
msg: 'Call to ' + this.url + '. GET returned: ' + status
|
msg: "Invalid search term entered."
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user