mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 21:07:39 -02:30
Replaced TB accordions with JQueryUI accordions. We now keep track of which accordions are open on each page. When the user navigates away and then comes back to a page, the accordions are restored. Accordion state is stored in the session cookie.
This commit is contained in:
@@ -13,7 +13,11 @@ angular.module('UserFormDefinition', [])
|
||||
addTitle: 'Create User', //Legend in add mode
|
||||
editTitle: '{{ username }}', //Legend in edit mode
|
||||
name: 'user', //Form name attribute
|
||||
well: true, //Wrap the form with TB well
|
||||
well: true, //Wrap the form with TB well
|
||||
collapse: true,
|
||||
collapseTitle: 'User Settings',
|
||||
collapseMode: 'edit',
|
||||
collapseOpen: true,
|
||||
|
||||
fields: {
|
||||
username: {
|
||||
|
||||
Reference in New Issue
Block a user