#7453 Fixed id alert_list

This commit is contained in:
Daniel Maya 2021-04-28 16:46:27 +02:00
parent 9b90039fe2
commit a193234270
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ if (!empty($table->data)) {
);
}
echo '<div id="alerts_list w100p">';
echo '<div id="alerts_list" class="w100p">';
html_print_table($table);
echo '</div>';