mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Little help for dynamic router
This commit is contained in:
parent
0d39f914c8
commit
017cc07623
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
|||
<label class="cbi-value-title"><%:Dynamic master interface%></label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="checkbox" name="master_type" class="cbi-input-checkbox" value="dynamic" <% if luci.model.uci.cursor():get("openmptcprouter","settings","master") == "dynamic" then %>checked<% end %>>
|
||||
<br />
|
||||
<div class="cbi-value-description">
|
||||
<%:Connection with lowest RTT is used as master interface%>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cbi-value">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue