Development

This commit is contained in:
Matthew Grotke 2026-05-27 23:08:12 -04:00
parent e80bb24617
commit 0c0589a0b1

View file

@ -1223,20 +1223,19 @@ 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>' '<thead><tr><th></th><th></th></tr></thead>'
'<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>'
'<div class="field-wrap">'
'<input type="text" class="form-input inline-edit-input identity-ip-input"' '<input type="text" class="form-input inline-edit-input identity-ip-input"'
' placeholder="x.x.x.x"' ' placeholder="x.x.x.x"'
' data-valtype="address"' ' data-valtype="address"'
' data-dep-subnet="[name=\'subnet\']"' ' data-dep-subnet="[name=\'subnet\']"'
' data-dep-mask=".subnet-prefix-input"' ' data-dep-mask=".subnet-prefix-input"/>'
' data-hint-sel=".identity-ip-hint"/>' '<p class="form-hint field-dyn-hint hidden"></p>'
'</div>'
'</td>' '</td>'
'</tr>' '</tr>'
'<tr>' '<tr>'