indicate not functionnal log filters

This commit is contained in:
Vincent BOUQUET
2023-11-25 17:18:58 +01:00
parent 2b199eaf74
commit 2b19c030f8
3 changed files with 93 additions and 238 deletions

View File

@@ -44,11 +44,9 @@
<div class="row">
<div class="col-12 box-c mt-2 mb-2">
<h2 id="sta_err">
<button class="btn btn-primary btn-pm collapsed" type="button" data-toggle="collapse" data-target="#lfb">
<i class="blue"></i>
</button> Logs filter
</h2>
<button class="btn btn-primary btn-pm collapsed" type="button" data-toggle="collapse" data-target="#lfb"><i class="blue"></i></button>Logs filter</h2>
<div class="box collapse clearfix" id="lfb">
<small>Logs filters not functionnal on this simulator.</small>
<div class="form-row">
<div class="form-group col-auto">
<label for="fsd" class="col-form-label">Start date</label>
@@ -127,8 +125,8 @@
</div>
</div>
<div class="float-right">
<button type="button" class="btn btn-primary mr06" id="fap">Apply filter</button>
<button type="button" class="btn btn-primary" id="fcl">Clear filter</button>
<button type="button" class="btn btn-primary mr06" id="fap" onclick="alert('Logs filters not functionnal on this simulator.')">Apply filter</button>
<button type="button" class="btn btn-primary" id="fcl" onclick="alert('Logs filters not functionnal on this simulator.')">Clear filter</button>
</div>
</div>
</div>