Development
This commit is contained in:
parent
e48440fd51
commit
5231e27996
2 changed files with 2 additions and 2 deletions
|
|
@ -218,7 +218,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "record_editor",
|
"type": "record_editor",
|
||||||
"label": "Router Identities on this VLAN:",
|
"label": "Router Identities on this VLAN",
|
||||||
"name": "server_identities",
|
"name": "server_identities",
|
||||||
"empty_message": "No identities added.",
|
"empty_message": "No identities added.",
|
||||||
"fields": [
|
"fields": [
|
||||||
|
|
|
||||||
|
|
@ -1255,8 +1255,8 @@ def _render_item(item, tokens, inherited_req=None):
|
||||||
|
|
||||||
return (
|
return (
|
||||||
f'<div class="form-group record-editor" data-name="{name}" data-empty-message="{empty}">'
|
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'<div class="record-editor-body">'
|
||||||
|
f'<label class="form-label record-editor-label">{label}</label>'
|
||||||
f'<table class="data-table record-editor-table">'
|
f'<table class="data-table record-editor-table">'
|
||||||
f'<thead><tr>{ths}</tr></thead>'
|
f'<thead><tr>{ths}</tr></thead>'
|
||||||
f'<tbody class="record-editor-rows">'
|
f'<tbody class="record-editor-rows">'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue