Merge branch 'ent-8148-vista-auditoria-cambios-de-setup-no-detallados' into 'develop'

Ent 8148 vista auditoria cambios de setup no detallados

See merge request artica/pandorafms!5396
This commit is contained in:
Rafael Ameijeiras 2023-01-25 14:37:27 +00:00
commit 1c726fe91b

View File

@ -423,6 +423,8 @@ class AuditLog extends HTML
row.child(format(row.data())).show();
tr.addClass('shown');
}
$('#audit_logs').css('table-layout','fixed');
$('#audit_logs').css('width','95% !important');
});
$('#save-filter').click(function() {