Development
This commit is contained in:
parent
e80bb24617
commit
0c0589a0b1
1 changed files with 5 additions and 6 deletions
|
|
@ -1223,20 +1223,19 @@ def _render_item(item, tokens, inherited_req=None):
|
|||
'</div>'
|
||||
'<div class="identity-builder-form">'
|
||||
'<table class="inline-edit-labeled-table">'
|
||||
'<thead><tr>'
|
||||
'<th></th>'
|
||||
'<th><span class="identity-ip-hint hidden"></span></th>'
|
||||
'</tr></thead>'
|
||||
'<thead><tr><th></th><th></th></tr></thead>'
|
||||
'<tbody>'
|
||||
'<tr>'
|
||||
'<td class="identity-input-label">IP Address:</td>'
|
||||
'<td>'
|
||||
'<div class="field-wrap">'
|
||||
'<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"/>'
|
||||
' data-dep-mask=".subnet-prefix-input"/>'
|
||||
'<p class="form-hint field-dyn-hint hidden"></p>'
|
||||
'</div>'
|
||||
'</td>'
|
||||
'</tr>'
|
||||
'<tr>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue