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

@ -415,7 +415,7 @@ class AuditLog extends HTML
var row = table.row(tr);
if (row.child.isShown()) {
// This row is already open - close it
// This row is already open - close it
row.child.hide();
tr.removeClass('shown');
} else {
@ -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() {