Development
This commit is contained in:
parent
5b5203583d
commit
aa49538915
1 changed files with 1 additions and 1 deletions
|
|
@ -1289,8 +1289,8 @@ def _render_item(item, tokens, inherited_req=None):
|
||||||
f'<input type="text" name="{subnet_name}" value="{e(subnet_val)}" placeholder="{subnet_ph}" class="form-input"/>'
|
f'<input type="text" name="{subnet_name}" value="{e(subnet_val)}" placeholder="{subnet_ph}" class="form-input"/>'
|
||||||
'<span class="subnet-sep">/</span>'
|
'<span class="subnet-sep">/</span>'
|
||||||
f'<input type="number" name="{prefix_name}" value="{pf}" min="1" max="30" class="form-input subnet-prefix-input"/>'
|
f'<input type="number" name="{prefix_name}" value="{pf}" min="1" max="30" class="form-input subnet-prefix-input"/>'
|
||||||
f'<span class="subnet-dotted">{e(dotted)}</span>'
|
|
||||||
'</div>'
|
'</div>'
|
||||||
|
f'<span class="subnet-dotted">{e(dotted)}</span>'
|
||||||
'<p class="form-hint field-dyn-hint hidden"></p>'
|
'<p class="form-hint field-dyn-hint hidden"></p>'
|
||||||
'</div>'
|
'</div>'
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue