visual fix after pandora style refactorization

This commit is contained in:
alejandro.campos@artica.es 2023-03-10 15:17:21 +01:00
parent 39a119d150
commit cd85c60620

View File

@ -85,7 +85,7 @@ try {
[
'id' => $tableId,
'class' => 'info_table',
'style' => 'width: 100%',
'style' => 'width: 99%',
'columns' => $columns,
'column_names' => $column_names,
'ajax_url' => 'include/ajax/consoles.ajax',
@ -145,8 +145,6 @@ try {
},
datatype: "json",
success: function (data) {
console.log("dataaaa");
console.log(data);
showMsg(data);
},
error: function(e) {