mirror of https://github.com/CIRCL/AIL-framework
Auto unchecked info checkbox in index
parent
4d09ab0f6b
commit
23b65eddca
|
@ -100,7 +100,7 @@
|
||||||
<option value="100">100</option>
|
<option value="100">100</option>
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
<input id="checkbox_log_info" type="checkbox" value="info" checked="true"> INFO
|
<input id="checkbox_log_info" type="checkbox" value="info"> INFO
|
||||||
<input id="checkbox_log_warning" type="checkbox" value="warning" checked="true"> WARNING
|
<input id="checkbox_log_warning" type="checkbox" value="warning" checked="true"> WARNING
|
||||||
<input id="checkbox_log_critical" type="checkbox" value="critical" checked="true"> CRITICAL
|
<input id="checkbox_log_critical" type="checkbox" value="critical" checked="true"> CRITICAL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue