Fix entering of docker file folders manually, and show the linked docker file in the build trigger view
This commit is contained in:
parent
ef02e769fb
commit
def56c971c
4 changed files with 13 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
<div class="slideinout" ng-show="currentRepo">
|
||||
<div style="margin-top: 10px">Dockerfile Location:</div>
|
||||
<div class="dropdown-select" placeholder="'(Repository Root)'" selected-item="currentLocation"
|
||||
lookahead-items="locations">
|
||||
lookahead-items="locations" handle-input="handleLocationInput(input)">
|
||||
<!-- Icons -->
|
||||
<i class="dropdown-select-icon none-icon fa fa-folder-o fa-lg"></i>
|
||||
<i class="dropdown-select-icon fa fa-folder fa-lg"></i>
|
||||
|
|
Reference in a new issue