X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-splash%2Fluasrc%2Fmodel%2Fcbi%2Fsplash%2Fsplash.lua;h=22d13c7cc59c4177e7d12c7b9fdb6ced4101f3ce;hp=29bc6d9ab7b03fbe13bac39d1eb7bd5ad87e16e8;hb=5c26ca647b437cc4c38a651cf3d47afe16e6efc8;hpb=a75d30402813ad1eb5399f42c7d8996ee9b1e3dc diff --git a/applications/luci-splash/luasrc/model/cbi/splash/splash.lua b/applications/luci-splash/luasrc/model/cbi/splash/splash.lua index 29bc6d9ab..22d13c7cc 100644 --- a/applications/luci-splash/luasrc/model/cbi/splash/splash.lua +++ b/applications/luci-splash/luasrc/model/cbi/splash/splash.lua @@ -6,6 +6,14 @@ m = Map("luci_splash", "Client-Splash", [[Client-Splash ist das Freifunk Hotspot s = m:section(NamedSection, "general", "core", "Allgemein") s:option(Value, "leasetime", "Freigabezeit", "h") +s:option(Value, "limit_up", "Upload-Limitierung", "Kilobit/s - limitiert die Upload-Geschwindigkeit von Clients") +s:option(Value, "limit_down", "Download-Limitierung", "Kilobit/s - limitiert die Download-Geschwindigkeit von Clients") + +s:option(DummyValue, "_tmp", "", + "Bandbreitenlimitierung für Clients wird aktiviert wenn sowohl Up- als auch " .. + "Download-Geschwindigkeit angegeben werden. Auf 0 setzen um die Limitierung zu deaktivieren. " .. + "Clients in der Whitelist werden nicht limitiert.") + s = m:section(TypedSection, "iface", "Schnittstellen") s.template = "cbi/tblsection" s.addremove = true @@ -44,4 +52,4 @@ s.addremove = true s.anonymous = true s:option(Value, "mac", "MAC-Adresse") -return m \ No newline at end of file +return m