Allow github trigger setup folder paths to be specified even if a Dockerfile is not found
This commit is contained in:
parent
9eccdb7696
commit
dd4037e324
3 changed files with 6 additions and 2 deletions
|
@ -4406,6 +4406,9 @@ quayApp.directive('dropdownSelect', function ($compile) {
|
|||
'selectedItem': '=selectedItem',
|
||||
'placeholder': '=placeholder',
|
||||
'lookaheadItems': '=lookaheadItems',
|
||||
|
||||
'allowCustomInput': '@allowCustomInput',
|
||||
|
||||
'handleItemSelected': '&handleItemSelected',
|
||||
'handleInput': '&handleInput',
|
||||
|
||||
|
|
Reference in a new issue