update components and html resources
This commit is contained in:
parent
eaf9b47a8e
commit
8dddd2cf76
|
|
@ -41,7 +41,7 @@
|
||||||
<div class="mlp">
|
<div class="mlp">
|
||||||
<div class="mlpc">
|
<div class="mlpc">
|
||||||
<form name="conf2" method="post">
|
<form name="conf2" method="post">
|
||||||
<div class="mlhdr">MQTT</div>
|
<div class="mlhdr">MQTT1</div>
|
||||||
<table class='cntr'>
|
<table class='cntr'>
|
||||||
<script>PrintCheckBox('Enable MQTT 1','mqen1','~mqen1~',null);
|
<script>PrintCheckBox('Enable MQTT 1','mqen1','~mqen1~',null);
|
||||||
PrintTextInput('MQTT broker URL','mqurl1','~mqurl1~',3,31);
|
PrintTextInput('MQTT broker URL','mqurl1','~mqurl1~',3,31);
|
||||||
|
|
@ -51,7 +51,19 @@
|
||||||
PrintTextInput('Device ID prefix','mqid1','~mqid1~',3,31);
|
PrintTextInput('Device ID prefix','mqid1','~mqid1~',3,31);
|
||||||
PrintTextInput('Login','mqname1','~mqname1~',3,31);
|
PrintTextInput('Login','mqname1','~mqname1~',3,31);
|
||||||
PrintTextInput('Password','mqpass1','~mqpass1~',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~){
|
if(~ifc_mq2~){
|
||||||
PrintCheckBox('Enable MQTT 2','mqen2','~mqen2~',null);
|
PrintCheckBox('Enable MQTT 2','mqen2','~mqen2~',null);
|
||||||
PrintTextInput('MQTT broker URL','mqurl2','~mqurl2~',3,31);
|
PrintTextInput('MQTT broker URL','mqurl2','~mqurl2~',3,31);
|
||||||
|
|
@ -63,11 +75,13 @@
|
||||||
PrintTextInput('Password','mqpass2','~mqpass2~',3,31);}</script>
|
PrintTextInput('Password','mqpass2','~mqpass2~',3,31);}</script>
|
||||||
</table>
|
</table>
|
||||||
<script>PrintSaveFail('~status_fail~');
|
<script>PrintSaveFail('~status_fail~');
|
||||||
PrintSaveBtn('mqtt'); PrintApplyBtn('mqtt')</script>
|
PrintSaveBtn('mqtt2'); PrintApplyBtn('mqtt2')</script>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a813d33168458e4d0492f72b1c1e679dcbe1e084
|
Subproject commit 53e16bcacb1c06cdbdbf6b0ce9d0d0373781a9bf
|
||||||
Loading…
Reference in New Issue
Block a user