mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 12:55:04 -02:30
Added use of ng-cloak to all partials and added related CSS. Added use of 'working...' widget to all Edit controllers- it was missing in a few places. Attempted upgrade to angular-1.2.9. Ran into issues and left at 1.1.4 for now. Change angular.js to angular.min.js.
This commit is contained in:
@@ -22,8 +22,6 @@ angular.module('UserHelper', [ 'UserFormDefinition' ])
|
||||
UserForm.fields['organization'].readonly = false;
|
||||
UserForm.fields['username'].awRequiredWhen = { variable: "not_ldap_user", init: true };
|
||||
UserForm.fields['username'].readonly = false;
|
||||
//UserForm.fields['password'].awRequiredWhen = { variable: "not_ldap_user", init: true },
|
||||
//UserForm.fields['password'].readonly = false;
|
||||
UserForm.fields['password'].editRequired = false;
|
||||
UserForm.fields['password'].addRrequired = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user