Limite de l'historique chargé sur K-Psul

This commit is contained in:
Aurélien Delobelle 2016-09-05 14:46:45 +02:00
parent 6c54d582ed
commit fa83afc5f3

View file

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