mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
parent
e29d878d4f
commit
e9f10dd74e
|
@ -29,7 +29,7 @@
|
||||||
<span class="btn btn-info fileinput-button">
|
<span class="btn btn-info fileinput-button">
|
||||||
<span>Select Import File...</span>
|
<span>Select Import File...</span>
|
||||||
<!-- The file input field used as target for the file upload widget -->
|
<!-- The file input field used as target for the file upload widget -->
|
||||||
<input id="fileupload" type="file" name="files[]" data-url="/api/v1/imports" accept="text/csv">
|
<input id="fileupload" type="file" name="files[]" data-url="{{ route('api.imports.index') }}" accept="text/csv">
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-9" v-show="progress.visible" style="padding-bottom:20px">
|
<div class="col-md-9" v-show="progress.visible" style="padding-bottom:20px">
|
||||||
|
|
Loading…
Reference in a new issue