This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/directives/trigger-setup-custom.html
2015-03-27 17:07:06 -04:00

16 lines
617 B
HTML

<div class="trigger-setup-custom-element">
<!-- Current selected info, is this even necessary? -->
<div class="selected-info" ng-show="nextStepCounter > 0">
</div>
<!-- Step view -->
<div class="step-view" next-step-counter="nextStepCounter" current-step-valid="currentStepValid"
steps-completed="stepsCompleted()">
<!-- Git URL Input -->
<div class="step-view-step" complete-condition="state.gitURL">
<div style="margin-bottom: 12px;">Please enter the URL used to clone the your git repository:</div>
<input type="text" ng-pattern="">
</div>
</div>
</div>