Changed styles from table database interface - #3904

Former-commit-id: addb71fdbe4a584047230b4aa61c58e0acf25cd4
This commit is contained in:
Tatiana Llorente 2019-04-17 11:49:49 +02:00
parent 6594095de7
commit 05261e7924
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ function dbmgr_extension_main()
echo "<div style='overflow: auto;'>";
$table = new stdClass();
$table->width = '100%';
$table->class = 'databox data';
$table->class = 'info_table';
$table->head = array_keys($result[0]);
$table->data = $result;