Fixed form-generator and awRequiredWhen directive to not overlap when setting * on required field labels. Fixed job submission to work with new cloud credential implementation.

This commit is contained in:
Chris Houseknecht
2013-11-04 04:03:55 +00:00
committed by Chris Church
parent 0466629718
commit bac22205a8
12 changed files with 280 additions and 84 deletions

View File

@@ -41,7 +41,8 @@ angular.module('ProjectsListDefinition', [])
last_updated: {
label: 'Last Updated',
type: 'date',
excludeModal: true
excludeModal: true,
searchable: false
}
},