diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-07-31 12:40:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 12:40:43 +0300 |
commit | 0b11fdebf8a45ee858482896a96ec40232e32646 (patch) | |
tree | c45dce065e149068a5213a6d4d0b2181755ac384 /applications/luci-app-travelmate/luasrc/model/cbi/travelmate | |
parent | f7a9c713e56a53a83bf789c7e0d1e9554261b3d3 (diff) | |
parent | 4142839e0d3196cf74fdeee80de5e01d84ffb861 (diff) |
Merge pull request #1267 from dibdot/travelmate
luci-app-travelmate: bugfixes
Diffstat (limited to 'applications/luci-app-travelmate/luasrc/model/cbi/travelmate')
-rw-r--r-- | applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua index aa508f521..12cb72cbe 100644 --- a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua +++ b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/overview_tab.lua @@ -90,7 +90,7 @@ end o3 = s:option(Value, "trm_iface", translate("Uplink / Trigger interface"), translate("Name of the uplink interface that triggers travelmate processing in 'manual' mode.")) o3.datatype = "and(uciname,rangelength(3,15))" -o3.default = "trm_wwan" +o3.default = trmiface o3.rmempty = false o4 = s:option(Value, "trm_triggerdelay", translate("Trigger delay"), |