Fix visualizzazione Informazioni su Services
This commit is contained in:
parent
870c1d5a92
commit
e1e66a73d3
|
@ -145,7 +145,7 @@ if (Services::isEnabled()) {
|
||||||
$("#fe_spazio").html(response.size);
|
$("#fe_spazio").html(response.size);
|
||||||
|
|
||||||
if (response.history.length) {
|
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];
|
const data = response.history[i];
|
||||||
|
|
||||||
$("#elenco-fe").append(`<tr>
|
$("#elenco-fe").append(`<tr>
|
||||||
|
|
Loading…
Reference in New Issue