Check web UI version and show alert on mismatch with Firmware version (#1329)

* SHhw Web UI version and compare it with the firmware. If it does not match, show a warning in the log

* compare version on Web UI loading and show alert on mismatch

* restructured info page
This commit is contained in:
CaCO3
2022-11-14 19:58:22 +01:00
committed by GitHub
parent 395b9a4c5b
commit 39960b15ed
4 changed files with 135 additions and 86 deletions

View File

@@ -83,7 +83,8 @@
<script type="text/javascript">
LoadHostname();
LoadVersion();
LoadFwVersion();
LoadWebUiVersion();
</script>
</div>