mirror of
https://github.com/ansible/awx.git
synced 2026-08-03 03:19:57 -02:30
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:
committed by
Chris Church
parent
0466629718
commit
bac22205a8
@@ -41,7 +41,8 @@ angular.module('ProjectsListDefinition', [])
|
||||
last_updated: {
|
||||
label: 'Last Updated',
|
||||
type: 'date',
|
||||
excludeModal: true
|
||||
excludeModal: true,
|
||||
searchable: false
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user