mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 01:58:36 -05:00
Clicking anywhere on Group name column now selects the row on Inventory detail page.
This commit is contained in:
@@ -23,6 +23,7 @@ angular.module('InventoryGroupsDefinition', [])
|
||||
label: 'Groups',
|
||||
key: true,
|
||||
ngClick: "showHosts(group.id,group.group_id, false)",
|
||||
columnClick: "showHosts(group.id,group.group_id, false)",
|
||||
ngClass: "group.selected_class",
|
||||
hasChildren: true,
|
||||
columnClass: 'col-lg-9 col-md-9 col-sm-7 col-xs-7',
|
||||
|
||||
Reference in New Issue
Block a user