mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
Latest UI changes. Add button labels on all pages.
This commit is contained in:
@@ -44,7 +44,10 @@ angular.module('Utilities',[])
|
||||
'requested action. Please contact a system administrator.');
|
||||
}
|
||||
else if (data.non_field_errors) {
|
||||
Alert('Error!', data.non_field_errors);
|
||||
Alert('Error!', data.non_field_errors);
|
||||
}
|
||||
else if (data.detail) {
|
||||
Alert(defaultMsg.hdr, defaultMsg.msg + ' ' + data.detail);
|
||||
}
|
||||
else if (form) {
|
||||
var fieldErrors = false;
|
||||
|
||||
Reference in New Issue
Block a user