Development

This commit is contained in:
Matthew Grotke 2026-05-27 10:51:34 -04:00
parent 7bcf7a6837
commit 613c0d1f9f
2 changed files with 7 additions and 2 deletions

View file

@ -1222,12 +1222,15 @@ def _render_item(item, tokens, inherited_req=None):
'</div>' '</div>'
'<div class="identity-builder-form">' '<div class="identity-builder-form">'
'<table class="inline-edit-labeled-table">' '<table class="inline-edit-labeled-table">'
'<thead><tr>'
'<th></th>'
'<th><span class="identity-ip-hint hidden"></span></th>'
'</tr></thead>'
'<tbody>' '<tbody>'
'<tr>' '<tr>'
'<td class="identity-input-label">IP Address:</td>' '<td class="identity-input-label">IP Address:</td>'
'<td>' '<td>'
'<input type="text" class="form-input inline-edit-input identity-ip-input" placeholder="x.x.x.x"/>' '<input type="text" class="form-input inline-edit-input identity-ip-input" placeholder="x.x.x.x"/>'
'<p class="form-hint field-dyn-hint hidden"></p>'
'</td>' '</td>'
'</tr>' '</tr>'
'<tr>' '<tr>'
@ -1237,9 +1240,11 @@ def _render_item(item, tokens, inherited_req=None):
'<tr>' '<tr>'
'<td class="identity-input-label">Hostname (Opt):</td>' '<td class="identity-input-label">Hostname (Opt):</td>'
'<td>' '<td>'
'<div class="form-group" style="margin:0">'
'<input type="text" class="form-input inline-edit-input identity-host-input"' '<input type="text" class="form-input inline-edit-input identity-host-input"'
' data-validate="networkname"/>' ' data-validate="networkname"/>'
'<p class="form-hint field-dyn-hint hidden"></p>' '<p class="form-hint field-dyn-hint hidden"></p>'
'</div>'
'</td>' '</td>'
'</tr>' '</tr>'
'<tr>' '<tr>'

View file

@ -1697,7 +1697,7 @@
}, },
{ {
"type": "identity_builder", "type": "identity_builder",
"label": "Self Ident(s):" "label": "Router Identities on this VLAN:"
}, },
{ {
"type": "hr" "type": "hr"