Merge branch 'ent-8663-error-500-en-docker' into 'develop'

Ent 8663 error 500 en docker

See merge request artica/pandorafms!4740
This commit is contained in:
Daniel Rodriguez 2022-03-11 10:03:50 +00:00
commit e66e738072
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ if (isset($_GET['server'])) {
$exec_server_enable = __('Yes');
}
$table = new stdClass();
$table->cellpadding = 4;
$table->cellspacing = 4;
$table->width = '100%';