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,
|
'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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user