Development
This commit is contained in:
parent
613c0d1f9f
commit
e2573fbf12
1 changed files with 6 additions and 1 deletions
|
|
@ -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>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue