mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-11-21 11:15:01 +00:00
Add frontend for uploading stuff
This commit is contained in:
parent
820eb57a0a
commit
4bca726338
@ -53,7 +53,7 @@
|
||||
<h5>A list of schematics is below. You can click on the schematic name to download it.</h5>
|
||||
<div class="input-group mb-3 w-75 p-3">
|
||||
<input type="text" autocomplete="off" class="form-control" oninput="filterTable(this.value)"
|
||||
placeholder="Search for a schematic... ">
|
||||
placeholder="Search for a schematic...">
|
||||
</div>
|
||||
<table id="schemList" class="table table-striped table-bordered">
|
||||
<thead>
|
||||
|
@ -49,7 +49,13 @@
|
||||
</nav>
|
||||
<div style="text-align: center;" class="col-auto m-0 row justify-content-center p-4">
|
||||
<h2>Plex HTTPD</h2>
|
||||
<h5>Page coming soon.</h5>
|
||||
<div class="mb-3 col-6">
|
||||
<label for="formFile" class="form-label">Please select a schematic file to upload.</label>
|
||||
<div class="input-group mb-3">
|
||||
<input class="form-control" type="file" id="formFile">
|
||||
<button class="btn btn-outline-primary" type="button" id="upload">Upload</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user