Allow github trigger setup folder paths to be specified even if a Dockerfile is not found

This commit is contained in:
Joseph Schorr 2014-09-08 12:17:00 -04:00
parent 9eccdb7696
commit dd4037e324
3 changed files with 6 additions and 2 deletions

View file

@ -4406,6 +4406,9 @@ quayApp.directive('dropdownSelect', function ($compile) {
'selectedItem': '=selectedItem',
'placeholder': '=placeholder',
'lookaheadItems': '=lookaheadItems',
'allowCustomInput': '@allowCustomInput',
'handleItemSelected': '&handleItemSelected',
'handleInput': '&handleInput',