indicate not functionnal log filters
This commit is contained in:
15
t1/logs.html
15
t1/logs.html
@@ -35,14 +35,11 @@
|
||||
<h1>Device logs</h1>
|
||||
<div class="row" id="boxes">
|
||||
<div class="col-12 box-c">
|
||||
<h2 id="sta_err"><button class="btn btn-primary btn-pm" type="button" data-toggle="collapse"
|
||||
data-target="#lfb"><i class="blue"></i></button> Logs filter<a class="cfg"
|
||||
onclick="cfgm();"><img src="../files/settings.svg"></a></h2>
|
||||
<h2 id="sta_err"><button class="btn btn-primary btn-pm" type="button" data-toggle="collapse" data-target="#lfb"><i class="blue"></i></button> Logs filter<a class="cfg" onclick="cfgm();"><img src="../files/settings.svg"></a></h2>
|
||||
<div class="box collapse clearfix" id="lfb">
|
||||
<h3><button class="btn btn-primary btn-pm" type="button" data-toggle="collapse"
|
||||
data-target="#f_me"><i></i></button> Mechanical errors<div class="fall"><input
|
||||
type="checkbox" id="f_me_p"> all must pass</div>
|
||||
</h3>
|
||||
<small>Logs filters not functionnal on this simulator.</small>
|
||||
<br>
|
||||
<h3><button class="btn btn-primary btn-pm" type="button" data-toggle="collapse" data-target="#f_me"><i></i></button> Mechanical errors<div class="fall"><input type="checkbox" id="f_me_p">all must pass</div></h3>
|
||||
<div class="collapse" id="f_me">
|
||||
<div class="form-check form-check-inline"><input type="checkbox" class="form-check-input"
|
||||
id="fe_0" value="0"><label class="form-check-label" for="fe_0">Pan error</label></div>
|
||||
@@ -326,9 +323,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var lfn = 'data';
|
||||
|
||||
// CREATES MODAL FOR LOG TOOLS
|
||||
// CREATES MODAL FOR LOG TOOLS
|
||||
function cfgm() {
|
||||
$('#m-t').html('Logs tools');
|
||||
$('#m-f').empty();
|
||||
|
||||
Reference in New Issue
Block a user