prepare for simulated rainsq

This commit is contained in:
Vincent BOUQUET
2023-11-25 18:42:30 +01:00
parent a014889cd8
commit 881342c485
2 changed files with 10 additions and 0 deletions

View File

@@ -71,6 +71,15 @@ $(document).ready(function() {
});
});
function loopRainsSimulator() {
console.log("hello");
setTimeout(() => {
loopRainsSimulator()
}, 1000);
}
// custom modal
function showCustomModal(title, text) {
loader(0)

View File

@@ -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>
<div class="box collapse clearfix" id="lfb">
<small>Logs filters not functionnal on this simulator.</small>
<br>
<div class="form-row">
<div class="form-group col-auto">
<label for="fsd" class="col-form-label">Start date</label>