mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Fixed project and inventory list definitions so that status, description and other unnecessary fields do not show on selection dialogs.
This commit is contained in:
parent
f5b679b241
commit
30e907e062
@ -38,7 +38,8 @@ angular.module('InventoriesListDefinition', [])
|
||||
"class": "{{ 'failures-' + inventory.has_active_failures }}",
|
||||
awToolTip: '# of hosts with failed jobs. Click to view hosts.',
|
||||
dataPlacement: 'top',
|
||||
searchable: false
|
||||
searchable: false,
|
||||
excludeModal: true
|
||||
},
|
||||
inventory_sources: {
|
||||
label: 'External<br>Sources?',
|
||||
@ -51,6 +52,7 @@ angular.module('InventoriesListDefinition', [])
|
||||
dataPlacement: "top",
|
||||
badgeTipPlacement: 'top',
|
||||
searchable: false,
|
||||
excludeModal: true,
|
||||
nosort: true
|
||||
},
|
||||
has_inventory_sources: {
|
||||
|
||||
@ -35,11 +35,13 @@ angular.module('ProjectsListDefinition', [])
|
||||
awToolTip: 'View details of last SCM Update',
|
||||
dataPlacement: 'top',
|
||||
badgeIcon: "\{\{ 'icon-failures-' + project.badge \}\}",
|
||||
badgePlacement: 'left'
|
||||
badgePlacement: 'left',
|
||||
excludeModal: true
|
||||
},
|
||||
last_updated: {
|
||||
label: 'Last Updated',
|
||||
type: 'date'
|
||||
type: 'date',
|
||||
excludeModal: true
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user