1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-26 15:54:17 +01:00

Fix visualizzazione Informazioni su Services

This commit is contained in:
Luca 2021-06-28 11:15:01 +02:00
parent 870c1d5a92
commit e1e66a73d3

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>