prepare for simulated rainsq
This commit is contained in:
@@ -71,6 +71,15 @@ $(document).ready(function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
function loopRainsSimulator() {
|
||||||
|
|
||||||
|
console.log("hello");
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
loopRainsSimulator()
|
||||||
|
}, 1000);
|
||||||
|
}
|
||||||
|
|
||||||
// custom modal
|
// custom modal
|
||||||
function showCustomModal(title, text) {
|
function showCustomModal(title, text) {
|
||||||
loader(0)
|
loader(0)
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
<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">
|
<div class="box collapse clearfix" id="lfb">
|
||||||
<small>Logs filters not functionnal on this simulator.</small>
|
<small>Logs filters not functionnal on this simulator.</small>
|
||||||
|
<br>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="form-group col-auto">
|
<div class="form-group col-auto">
|
||||||
<label for="fsd" class="col-form-label">Start date</label>
|
<label for="fsd" class="col-form-label">Start date</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user