mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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);
|
var row = table.row(tr);
|
||||||
|
|
||||||
if (row.child.isShown()) {
|
if (row.child.isShown()) {
|
||||||
// This row is already open - close it
|
// This row is already open - close it
|
||||||
row.child.hide();
|
row.child.hide();
|
||||||
tr.removeClass('shown');
|
tr.removeClass('shown');
|
||||||
} else {
|
} else {
|
||||||
@ -423,6 +423,8 @@ class AuditLog extends HTML
|
|||||||
row.child(format(row.data())).show();
|
row.child(format(row.data())).show();
|
||||||
tr.addClass('shown');
|
tr.addClass('shown');
|
||||||
}
|
}
|
||||||
|
$('#audit_logs').css('table-layout','fixed');
|
||||||
|
$('#audit_logs').css('width','95% !important');
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#save-filter').click(function() {
|
$('#save-filter').click(function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user