This commit is contained in:
Jon Lambson 2017-09-07 15:30:14 -06:00
parent 4696eabeb1
commit 418bd74f8b
1 changed files with 1 additions and 2 deletions

View File

@ -172,7 +172,6 @@
<div class="">
<h4 class="text-left">Select Upload:</h4>
<div>
<label>Select upload</label>
<input type="file" ng-model="r.newFile" class="form-control" daplie-file-change="vm.Sites.setUpload(r)" />
<div ng-if="r.isZip" ><label><input type="checkbox" ng-model="r.unzip" /> Unpack .zip</label></div>
@ -183,7 +182,7 @@
<div ng-if="r.uploadTotal"><span ng-bind="r.uploadPercent">99</span>% | <span ng-bind="r.uploadProgress">1</span> MiB / <span ng-bind="r.uploadTotal">100</span> MiB</div>
<div><label>Web path</label> <input type="text" ng-model="r.uploadPath" /></div>
<div><label>Web path</label> <input type="text" class="form-control" ng-model="r.uploadPath" /></div>
<button ng-click="vm.Sites.upload(r)" type="button" name="button" class="btn btn-default">Add File</button>
</div>