mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 19:19:20 -02: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:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user