NVS ui fine-tuning, site icon now works

This commit is contained in:
Sebastien
2021-04-21 13:27:32 -04:00
parent 8904ec1afd
commit 45f480d948
27 changed files with 88 additions and 78 deletions

View File

@@ -217,8 +217,9 @@
<tbody id="nvsTable">
</tbody>
</table>
<div class="d-flex justify-content-between ">
<button button id="reboot-button" class="btn btn-primary" type="submit" onclick="handleReboot('reboot');" >Reboot</button>
<div class="buttons">
<button button id="reboot-button" class="btn btn-primary" style="float:right" type="submit" onclick="handleReboot('reboot');" >Reboot</button>
<input id="save-nvs" type="button" class="btn btn-success" value="Commit">
<input id="save-as-nvs" type="button" class="btn btn-success" value="Download config">
<input id="load-nvs" type="button" class="btn btn-success" value="Load File">