mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 15:58:38 -05:00
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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user