refactored DockerfilePathSelectComponent
This commit is contained in:
parent
389a4cb1c4
commit
38e40665a7
8 changed files with 151 additions and 90 deletions
|
@ -220,11 +220,14 @@
|
|||
<div class="col-lg-7 col-md-7 col-sm-12 main-col" ng-show="local.dockerfileLocations.status == 'success'">
|
||||
<h3>Select Dockerfile</h3>
|
||||
<strong>
|
||||
Please select the location of the Dockerfile to build when this trigger is invoked
|
||||
Please select the location of the Dockerfile to build when this trigger is invoked {{ local.paths }}
|
||||
</strong>
|
||||
|
||||
<div class="dockerfile-path-select" current-path="local.dockerfilePath" paths="local.dockerfileLocations.subdir"
|
||||
supports-full-listing="true" is-valid-path="local.hasValidDockerfilePath"></div>
|
||||
<dockerfile-path-select
|
||||
current-path="local.dockerfilePath"
|
||||
paths="local.dockerfileLocations.subdir"
|
||||
supports-full-listing="true"
|
||||
is-valid-path="local.hasValidDockerfilePath"></dockerfile-path-select>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-8 col-md-8 col-sm-12 main-col" ng-show="!local.dockerfileLocations">
|
||||
|
|
Reference in a new issue