mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 01:58:36 -05:00
AC-175 dynamically set Event link color and cursor for each row. Used ng-class to dynamically set a css class. Now child rows that cannot be expanded appear to have no link -the text color is charcoal and the cursor is the default arrow.
This commit is contained in:
@@ -40,7 +40,8 @@ angular.module('JobEventsListDefinition', [])
|
||||
hasChildren: true,
|
||||
ngClick: "toggleChildren(\{\{ jobevent.id \}\}, '\{\{ jobevent.related.children \}\}')",
|
||||
nosort: true,
|
||||
searchable: false
|
||||
searchable: false,
|
||||
ngClass: '\{\{ jobevent.class \}\}'
|
||||
},
|
||||
host: {
|
||||
label: 'Host',
|
||||
|
||||
Reference in New Issue
Block a user