mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
visual fix after pandora style refactorization
This commit is contained in:
parent
39a119d150
commit
cd85c60620
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user