Skip to content
Snippets Groups Projects
Commit f33b8b53 authored by JuanPi Carbajal's avatar JuanPi Carbajal
Browse files

html ui: template: put auto sampling selector to current logger value

parent efe75a5f
No related branches found
No related tags found
No related merge requests found
......@@ -182,8 +182,8 @@
</select></label>
<label for="auto_sampling">Auto sampling:
<select name="auto_sampling">
<option value="1" {% if auto_sampling == '1' %} selected {% endif %}>enable</option>
<option value="0" {% if auto_sampling == '0' %} selected {% endif %}>disable</option>
<option value="1" {% if auto_sampleStatus %} selected {% endif %}>enable</option>
<option value="0" {% if not auto_sampleStatus %} selected {% endif %}>disable</option>
</select></label>
<label for="auto_sampleStatus">Status:
<input type="text"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment