Skip to content
Snippets Groups Projects
Commit 9f205a97 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1282156 by karschsp, kika: Convert IP-blocking table to 'Empty table pattern'.

parent f3e39f7d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -1373,6 +1373,7 @@ function system_ip_blocking($default_ip = '') {
'#theme' => 'table',
'#header' => $header,
'#rows' => $rows,
'#empty' => t('No blocked IP addresses available.'),
);
return $build;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment