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:
chouseknecht
2013-10-15 17:35:16 -04:00
parent f5b679b241
commit 30e907e062
2 changed files with 7 additions and 3 deletions

View File

@@ -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
}
},