mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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:
commit
1c726fe91b
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user