mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix interface setting for omr-bypass
This commit is contained in:
parent
83736be9b6
commit
b5f950804f
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
<div class="cbi-value">
|
<div class="cbi-value">
|
||||||
<label class="cbi-value-title">Interface</label>
|
<label class="cbi-value-title">Interface</label>
|
||||||
<div class="cbi-value-field">
|
<div class="cbi-value-field">
|
||||||
<select class="cbi-input-select" name="interface" size="1">
|
<select class="cbi-input-select" name="cbid.omr-bypass.interface" size="1">
|
||||||
<option value="" <% if iface == bypassif then %>selected="selected"<% end %>><%=iface%></option>
|
<option value="" <% if iface == bypassif then %>selected="selected"<% end %>><%=iface%></option>
|
||||||
<%
|
<%
|
||||||
for _, iface in ipairs(ifaces) do
|
for _, iface in ipairs(ifaces) do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue