Key column on a list view is now clickable -taking you to the detail page. Moved action buttons to top of page next to search widget. Added finishing touches to job submission on job_templates list view.

This commit is contained in:
chouseknecht
2013-05-17 06:38:37 -04:00
parent 66f93364b1
commit 0f4a4b6cb9
13 changed files with 53 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ angular.module('UserListDefinition', [])
selectTitle: 'Add Users',
editTitle: 'Users',
selectInstructions: 'Check the Select checkbox next to each user to be added, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new user.',
editInstructions: 'Create new users from the Organizations tab. Each Organizaton has an associated list of Users.',
editInstructions: 'Create new users from the Organizations tab. Each Organization has an associated list of Users.',
fields: {
username: {
@@ -36,7 +36,7 @@ angular.module('UserListDefinition', [])
mode: 'select', // One of: edit, select, all
ngClick: 'addUser()',
basePaths: ['organizations'], // base path must be in list, or action not available
class: 'btn btn-mini btn-success',
class: 'btn btn-success',
awToolTip: 'Create a new user'
}
},