mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix datatype for wizard
This commit is contained in:
parent
bcc1ac313a
commit
f4c2ddf9c4
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ end
|
|||
<div class="cbi-value">
|
||||
<label class="cbi-value-title"><%:IPv6 ULA-Prefix%></label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="text" name="ula" class="cbi-input-text" value="<%=uci:get("network","globals","ula_prefix")%>" data-type="ula_prefix" />
|
||||
<input type="text" name="ula" class="cbi-input-text" value="<%=uci:get("network","globals","ula_prefix")%>" />
|
||||
<br />
|
||||
<div class="cbi-value-description">
|
||||
<%:You can set a public IPv6 prefix only if you set only one server.%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue