ruantiblock-mod-lua, ruantiblock-mod-py: BLLIST_ORG_EXCLUDED, fqdn-only mode.

This commit is contained in:
gSpot
2025-11-13 18:14:06 +03:00
parent ba2f8ba558
commit ec26d291a3
14 changed files with 464 additions and 122 deletions
@@ -296,8 +296,8 @@ return view.extend({
} else {
update_status.append(
E('tr', { 'class': 'tr' }, [
E('td', { 'class': 'td left' },
_('Last blacklist update')),
E('td', { 'class': 'td left', 'style': 'width:33%' },
_('Last blacklist update') + ':'),
E('td', { 'class': 'td left' }, _('No data')),
])
);