Add missing files changed directive to upload
This commit is contained in:
parent
68f8eb5a8f
commit
b631b0f271
3 changed files with 45 additions and 2 deletions
|
@ -10,7 +10,11 @@
|
|||
<!-- Body -->
|
||||
<div>
|
||||
Please upload a tarball
|
||||
<input type="file" accept=".tar"></div>
|
||||
<div class="file-upload-box"
|
||||
select-message="Select a previous configuration to modify. Must be in tar.gz format"
|
||||
files-selected="$ctrl.handleTarballSelected(files, callback)"
|
||||
reset="$ctrl.resetUpload"
|
||||
extensions="['application/gzip', '.gz']"></div>
|
||||
</div>
|
||||
</div><!-- /.modal-content -->
|
||||
</div><!-- /.modal-dialog -->
|
||||
|
|
Reference in a new issue