mirror of
https://github.com/ansible/awx.git
synced 2026-06-30 10:58:03 -02:30
AC-171 first round of changes to make select dialogs more understandable. Also changed tooltip config to include a default time for hide and a default time for show.
This commit is contained in:
@@ -14,7 +14,6 @@ angular.module('GroupListDefinition', [])
|
||||
iterator: 'group',
|
||||
selectTitle: 'Add Group',
|
||||
editTitle: 'Groups',
|
||||
selectInstructions: 'Click on a row to select it, and Finished when done. Click the green <i class=\"icon-plus\"></i> Add to create a new row.',
|
||||
index: true,
|
||||
well: false,
|
||||
|
||||
@@ -30,7 +29,7 @@ angular.module('GroupListDefinition', [])
|
||||
|
||||
actions: {
|
||||
add: {
|
||||
label: 'Add',
|
||||
label: 'Create New Group',
|
||||
icon: 'icon-plus',
|
||||
mode: 'all', // One of: edit, select, all
|
||||
ngClick: 'createGroup()',
|
||||
|
||||
Reference in New Issue
Block a user