forked from DGNum/gestioCOF
Limite de l'historique chargé sur K-Psul
This commit is contained in:
parent
6c54d582ed
commit
fa83afc5f3
1 changed files with 1 additions and 1 deletions
|
@ -959,7 +959,7 @@ $(document).ready(function() {
|
||||||
function getHistory() {
|
function getHistory() {
|
||||||
var data = {
|
var data = {
|
||||||
from: moment().subtract(1, 'days').format('YYYY-MM-DD HH:mm:ss'),
|
from: moment().subtract(1, 'days').format('YYYY-MM-DD HH:mm:ss'),
|
||||||
limit: 100,
|
limit: 20,
|
||||||
};
|
};
|
||||||
$.ajax({
|
$.ajax({
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
|
|
Loading…
Reference in a new issue