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