Development
This commit is contained in:
parent
7bcf7a6837
commit
613c0d1f9f
2 changed files with 7 additions and 2 deletions
|
|
@ -1222,12 +1222,15 @@ 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>'
|
||||
'<tbody>'
|
||||
'<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"/>'
|
||||
'<p class="form-hint field-dyn-hint hidden"></p>'
|
||||
'</td>'
|
||||
'</tr>'
|
||||
'<tr>'
|
||||
|
|
@ -1237,9 +1240,11 @@ def _render_item(item, tokens, inherited_req=None):
|
|||
'<tr>'
|
||||
'<td class="identity-input-label">Hostname (Opt):</td>'
|
||||
'<td>'
|
||||
'<div class="form-group" style="margin:0">'
|
||||
'<input type="text" class="form-input inline-edit-input identity-host-input"'
|
||||
' data-validate="networkname"/>'
|
||||
'<p class="form-hint field-dyn-hint hidden"></p>'
|
||||
'</div>'
|
||||
'</td>'
|
||||
'</tr>'
|
||||
'<tr>'
|
||||
|
|
|
|||
|
|
@ -1697,7 +1697,7 @@
|
|||
},
|
||||
{
|
||||
"type": "identity_builder",
|
||||
"label": "Self Ident(s):"
|
||||
"label": "Router Identities on this VLAN:"
|
||||
},
|
||||
{
|
||||
"type": "hr"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue