<form method="POST" action="/deploy/${type.getId()}" class="form-horizontal dropzone" enctype="multipart/form-data" id="formDZ" data-toggle="validator" role="form"> <div class="form-group"> <div class="input-group"> <span class="input-group-addon">Repository</span> <select type="text" name="repoID" class="form-control"> <#list depots as d> <option value="${d.getName()}">${d.getTitle()}</option> </#list> </select> </div> </div> <div class="form-group"> <div class="input-group"> <span class="input-group-addon">Path</span> <input type="text" name="pathID" class="form-control" pattern="^([.a-z0-9]){3,}$" maxlength="100" placeholder="p4java" data-error="A group ID must be in lowercase ('a-z' '0-9' '.'), with 3 to 100 characters." required /> </div> <span class="help-block with-errors"></span> </div> </div> <div class="form-group"> <div class="dropzone-previews" id="previewDZ"></div> </div> <div class="form-group"> <button type="submit" class="btn btn-success" id="submitDZ"> <span>Submit Files</span> </button> </div> </form>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#5 | 15782 | Paul Allen |
Update to UX - deploy has 3 process steps (including a submit report) |
||
#4 | 14969 | Paul Allen | Form validation. | ||
#3 | 14897 | Paul Allen | Added form validation and Perforce Artifacts | ||
#2 | 14886 | Paul Allen | Asset --> Artifact refactor | ||
#1 | 14725 | Paul Allen | Generic deploy/upload |