update components and html resources

This commit is contained in:
Bogdan Pilyugin 2022-10-05 13:04:50 +02:00
parent eaf9b47a8e
commit 8dddd2cf76
2 changed files with 18 additions and 4 deletions

View File

@ -41,7 +41,7 @@
<div class="mlp">
<div class="mlpc">
<form name="conf2" method="post">
<div class="mlhdr">MQTT</div>
<div class="mlhdr">MQTT1</div>
<table class='cntr'>
<script>PrintCheckBox('Enable MQTT 1','mqen1','~mqen1~',null);
PrintTextInput('MQTT broker URL','mqurl1','~mqurl1~',3,31);
@ -51,7 +51,19 @@
PrintTextInput('Device ID prefix','mqid1','~mqid1~',3,31);
PrintTextInput('Login','mqname1','~mqname1~',3,31);
PrintTextInput('Password','mqpass1','~mqpass1~',3,31);
PrintSep();
</script></table>
<script>PrintSaveFail('~status_fail~');
PrintSaveBtn('mqtt1'); PrintApplyBtn('mqtt1')</script>
</form>
</div>
</div>
<div class="mlp">
<div class="mlpc">
<form name="conf3" method="post">
<div class="mlhdr">MQTT2</div>
<table class='cntr'>
<script>
if(~ifc_mq2~){
PrintCheckBox('Enable MQTT 2','mqen2','~mqen2~',null);
PrintTextInput('MQTT broker URL','mqurl2','~mqurl2~',3,31);
@ -63,11 +75,13 @@
PrintTextInput('Password','mqpass2','~mqpass2~',3,31);}</script>
</table>
<script>PrintSaveFail('~status_fail~');
PrintSaveBtn('mqtt'); PrintApplyBtn('mqtt')</script>
PrintSaveBtn('mqtt2'); PrintApplyBtn('mqtt2')</script>
</form>
</div>
</div>
</div>
</section>
</main>

@ -1 +1 @@
Subproject commit a813d33168458e4d0492f72b1c1e679dcbe1e084
Subproject commit 53e16bcacb1c06cdbdbf6b0ce9d0d0373781a9bf