RefreshZeit auf 10s für Epirent erhöht, falls Webserver zu langsam antwortet.

Dashboard Aufgeräumt, wird in zukunft hübsch gemacht.
This commit is contained in:
2025-10-10 12:29:25 +02:00
parent f8fba4275d
commit f8c8725622
4 changed files with 79 additions and 147 deletions

View File

@@ -238,8 +238,8 @@ $Epi = new Epirent();
});
}
initOne('#checkout-scroll', '#checkout-table', '#getCheckOutTableHolder', 'sources/getCheckOutTable.php', 5000, 'checkout');
initOne('#checkin-scroll', '#checkin-table', '#getCheckInTableHolder', 'sources/getCheckInTable.php', 5000, 'checkin');
initOne('#checkout-scroll', '#checkout-table', '#getCheckOutTableHolder', 'sources/getCheckOutTable.php', 10000, 'checkout');
initOne('#checkin-scroll', '#checkin-table', '#getCheckInTableHolder', 'sources/getCheckInTable.php', 10000, 'checkin');
});
</script>