mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix visualizzazione Informazioni su Services
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user