This commit is contained in:
Daniel Maya 2022-11-30 15:57:49 +01:00
parent 00c2d3347f
commit 5bca791021
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ switch ($action) {
break;
}
$table = new stdClass();
$table->class = 'info_table';
$table->width = '98%';
$table->head[0] = __('Map connection name');

View File

@ -207,6 +207,7 @@ switch ($action) {
break;
}
$table = new stdClass();
$table->width = '90%';
$table->data = [];