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