Merge branch 'ent-7269-black-theme.vista-ppal-agente-la-caja-de-vista-de-logs-sale-encogida' into 'develop'

fixed size box log sources status

See merge request artica/pandorafms!4006
This commit is contained in:
Daniel Rodriguez 2021-04-09 09:35:50 +00:00
commit a203a6e80d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ foreach ($logs as $log) {
ob_start();
if (!empty($table->data)) {
echo '<div id="log_sources_status w100p">';
echo '<div id="log_sources_status" class="w100p">';
html_print_table($table);
echo '</div>';
} else {