Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
tp1de committed Jul 19, 2023
1 parent 5afede9 commit cdc716b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
<input type="checkbox" class="value" id="emsesp_active" />
<label for="emsesp_active" class="translate">emsesp_active</label>
</div>
</div>

<div class="row">
<div class="col s2 input-field">
<input type="text" class="value" id="emsesp_ip" />
<label for="emsesp_ip" class="translate">emsesp_ip</label>
Expand All @@ -62,7 +64,9 @@
<input type="number" class="value" id="ems_polling" />
<label for="ems_polling" class="translate">ems_polling</label>
</div>
</div>

<div class="row">
<div class="col s1 input-field">
<input type="checkbox" class="value" id="ems_dallas" />
<label for="ems_dallas" class="translate">ems_dallas</label>
Expand All @@ -72,7 +76,9 @@
<input type="checkbox" class="value" id="ems_analog" />
<label for="ems_analog" class="translate">ems_analog</label>
</div>
</div>

<div class="row">
<div class="col s10 input-field">
<input type="text" class="value" id="ems_token" />
<label for="ems_token" class="translate">ems_token</label>
Expand All @@ -88,7 +94,9 @@
<input type="checkbox" class="value" id="km200_active" />
<label for="km200_active" class="translate">km200_active</label>
</div>
</div>

<div class="row">
<div class="col s2 input-field">
<input type="text" class="value" id="km200_ip" />
<label for="km200_ip" class="translate">km200_ip</label>
Expand All @@ -103,7 +111,9 @@
<input type="text" class="value" id="control_file" />
<label for="control_file" class="translate">control_file</label>
</div>
</div>

<div class="row"></div>
<div class="col s2 input-field">
<input type="text" class="value" id="gateway_pw" />
<label for="gateway_pw" class="translate">gateway_pw</label>
Expand Down Expand Up @@ -158,9 +168,6 @@

</div>




</div>

<div id="tab-parameter" class="col s12 page">
Expand Down

0 comments on commit cdc716b

Please sign in to comment.