mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Merge pull request #5145 from mabashian/4903-inv-group-name-col
Expand group name column out a bit
This commit is contained in:
@@ -50,7 +50,7 @@ export default
|
|||||||
label: 'Groups',
|
label: 'Groups',
|
||||||
key: true,
|
key: true,
|
||||||
ngClick: "groupSelect(group.id)",
|
ngClick: "groupSelect(group.id)",
|
||||||
columnClass: 'col-lg-3 col-md-3 col-sm-3 col-xs-3',
|
columnClass: 'col-lg-6 col-md-6 col-sm-6 col-xs-6',
|
||||||
class: 'InventoryManage-breakWord',
|
class: 'InventoryManage-breakWord',
|
||||||
},
|
},
|
||||||
total_groups: {
|
total_groups: {
|
||||||
|
|||||||
Reference in New Issue
Block a user