mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 09:27:31 -02:30
All tables (lists and related lists) hightight current row on hover. Hover over a row and the background turns white.
This commit is contained in:
@@ -17,7 +17,7 @@ angular.module('CredentialsListDefinition', [])
|
||||
selectInstructions: 'Check the Select checkbox next to each credential to be added, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new user.',
|
||||
editInstructions: 'Create a new credential from either the Teams tab or the Users tab. Teams and Users each have an associated set of Credentials.',
|
||||
index: true,
|
||||
index: true,
|
||||
hover: true,
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
@@ -16,6 +16,7 @@ angular.module('InventoriesListDefinition', [])
|
||||
editTitle: 'Inventories',
|
||||
selectInstructions: 'Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new row.',
|
||||
index: true,
|
||||
hover: true,
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
@@ -16,6 +16,7 @@ angular.module('JobTemplatesListDefinition', [])
|
||||
editTitle: 'Job Templates',
|
||||
selectInstructions: 'Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new row.',
|
||||
index: true,
|
||||
hover: true,
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
@@ -14,6 +14,7 @@ angular.module('OrganizationListDefinition', [])
|
||||
iterator: 'organization',
|
||||
selectTitle: 'Add Organizations',
|
||||
editTitle: 'Organizations',
|
||||
hover: true,
|
||||
index: true,
|
||||
|
||||
fields: {
|
||||
|
||||
@@ -16,6 +16,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
editTitle: '{{ name }}',
|
||||
selectInstructions: 'Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new row.',
|
||||
index: true,
|
||||
hover: true,
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
@@ -16,7 +16,8 @@ angular.module('TeamsListDefinition', [])
|
||||
editTitle: 'Teams',
|
||||
selectInstructions: 'Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new row.',
|
||||
index: true,
|
||||
|
||||
hover: true,
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
key: true,
|
||||
|
||||
@@ -16,6 +16,7 @@ angular.module('UserListDefinition', [])
|
||||
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.',
|
||||
index: true,
|
||||
hover: true,
|
||||
|
||||
fields: {
|
||||
username: {
|
||||
|
||||
Reference in New Issue
Block a user