Development

This commit is contained in:
Matthew Grotke 2026-05-27 23:52:47 -04:00
parent e48440fd51
commit 5231e27996
2 changed files with 2 additions and 2 deletions

View file

@ -218,7 +218,7 @@
},
{
"type": "record_editor",
"label": "Router Identities on this VLAN:",
"label": "Router Identities on this VLAN",
"name": "server_identities",
"empty_message": "No identities added.",
"fields": [

View file

@ -1255,8 +1255,8 @@ def _render_item(item, tokens, inherited_req=None):
return (
f'<div class="form-group record-editor" data-name="{name}" data-empty-message="{empty}">'
f'<label class="form-label">{label}</label>'
f'<div class="record-editor-body">'
f'<label class="form-label record-editor-label">{label}</label>'
f'<table class="data-table record-editor-table">'
f'<thead><tr>{ths}</tr></thead>'
f'<tbody class="record-editor-rows">'