mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
AC-457 dynamic help panel widget
This commit is contained in:
@@ -14,10 +14,11 @@ angular.module('UserFormDefinition', [])
|
||||
editTitle: '{{ username }}', //Legend in edit mode
|
||||
name: 'user', //Form name attribute
|
||||
well: true, //Wrap the form with TB well
|
||||
collapse: true,
|
||||
/*collapse: true,
|
||||
collapseTitle: 'User Settings',
|
||||
collapseMode: 'edit',
|
||||
collapseOpen: true,
|
||||
collapseOpen: true,*/
|
||||
forceListeners: true,
|
||||
|
||||
fields: {
|
||||
first_name: {
|
||||
|
||||
Reference in New Issue
Block a user