indicate not functionnal log filters
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user