Development

This commit is contained in:
Matthew Grotke 2026-05-27 14:30:23 -04:00
parent 613c0d1f9f
commit e2573fbf12

View file

@ -1230,7 +1230,12 @@ def _render_item(item, tokens, inherited_req=None):
'<tr>'
'<td class="identity-input-label">IP Address:</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"'
' data-valtype="address"'
' data-dep-subnet="[name=\'subnet\']"'
' data-dep-mask=".subnet-prefix-input"'
' data-hint-sel=".identity-ip-hint"/>'
'</td>'
'</tr>'
'<tr>'