Limite de l'historique chargé sur K-Psul

This commit is contained in:
Aurélien Delobelle 2016-09-05 14:39:31 +02:00
parent 16fe7eb994
commit 6c54d582ed
2 changed files with 5 additions and 0 deletions

View file

@ -959,6 +959,7 @@ $(document).ready(function() {
function getHistory() {
var data = {
from: moment().subtract(1, 'days').format('YYYY-MM-DD HH:mm:ss'),
limit: 100,
};
$.ajax({
dataType: "json",