mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 07:48:38 -05:00
AC-983 long group names, AC-970 don't hightlight required fields in red, AC-966 fixed ansibleworks links to point to ansible, AC-733 new pagination widget, page and total rows.
This commit is contained in:
@@ -28,7 +28,8 @@ angular.module('InventoryGroupsDefinition', [])
|
||||
ngClick: "\{\{ 'showHosts(' + group.id + ',' + group.group_id + ', false)' \}\}",
|
||||
ngClass: "group.selected_class",
|
||||
hasChildren: true,
|
||||
columnClass: 'col-lg-9 ellipsis',
|
||||
columnClass: 'col-lg-9 col-md-9 col-sm-7 col-xs-7',
|
||||
'class': 'ellipsis',
|
||||
nosort: true,
|
||||
awDroppable: "\{\{ group.isDroppable \}\}",
|
||||
awDraggable: "\{\{ group.isDraggable \}\}",
|
||||
@@ -41,7 +42,7 @@ angular.module('InventoryGroupsDefinition', [])
|
||||
|
||||
actions: {
|
||||
|
||||
columnClass: 'col-lg-3',
|
||||
columnClass: 'col-lg-3 col-md-3 col-sm-5 col-xs-5',
|
||||
|
||||
create: {
|
||||
mode: 'all',
|
||||
|
||||
Reference in New Issue
Block a user