Development
This commit is contained in:
parent
2e4921ab73
commit
49dd4a2cf8
3 changed files with 5 additions and 4 deletions
|
|
@ -108,7 +108,7 @@ def collect_tokens(cfg):
|
|||
for v in vlans if v.get('name')
|
||||
)
|
||||
tokens['VLAN_USED_BY_CHECKBOXES'] = (
|
||||
f'<div class="form-group"><label class="form-label">Used By</label>'
|
||||
f'<div class="form-group"><label class="form-label">Used By VLAN(s)</label>'
|
||||
f'<div>{vlan_checkboxes}</div></div>'
|
||||
) if vlan_checkboxes else ''
|
||||
content = factory.load_json(f'{factory.PAGES_DIR}/dnsblocking/content.json')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue