Fix visualizzazione Informazioni su Services

This commit is contained in:
Luca 2021-06-28 11:15:01 +02:00
parent 870c1d5a92
commit e1e66a73d3
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ if (Services::isEnabled()) {
$("#fe_spazio").html(response.size);
if (response.history.length) {
for (let i = 0; i < 5; i++) {
for (let i = 0; i < response.history.length; i++) {
const data = response.history[i];
$("#elenco-fe").append(`<tr>