diff --git a/feeds/wlan-ap/luci/luci-mod-simple/htdocs/luci-static/resources/view/setup.js b/feeds/wlan-ap/luci/luci-mod-simple/htdocs/luci-static/resources/view/setup.js index f69cb6f61..4a78b176b 100644 --- a/feeds/wlan-ap/luci/luci-mod-simple/htdocs/luci-static/resources/view/setup.js +++ b/feeds/wlan-ap/luci/luci-mod-simple/htdocs/luci-static/resources/view/setup.js @@ -444,6 +444,10 @@ return view.extend({ o.datatype = 'ip4addr("nomask")'; o.depends('proto', 'static'); + o = s.option(form.Button, 'save', _('')); + o.inputtitle = _('Save Settings'); + o.onclick = ui.createHandlerFn(this, 'handleSettingsSave', m); + s = m.section(form.NamedSection, 'lan', 'lan', _('LAN')); o = s.option(form.Value, 'addr', _('IP Address')); @@ -456,7 +460,7 @@ return view.extend({ o = s.option(form.Button, 'save', _('')); o.inputtitle = _('Save Settings'); - o.onclick = ui.createHandlerFn(this, 'handleSettingsSave', m); + o.onclick = ui.createHandlerFn(this, 'handleLANSettingsSave', m); s = m.section(form.NamedSection, 'maintenance', 'maintenance', _('System Maintenance')); diff --git a/feeds/wlan-ap/luci/luci-theme-tip/htdocs/luci-static/tip/Montserrat_latin.woff2 b/feeds/wlan-ap/luci/luci-theme-tip/htdocs/luci-static/tip/Montserrat_latin.woff2 new file mode 100644 index 000000000..ae1a22cd9 Binary files /dev/null and b/feeds/wlan-ap/luci/luci-theme-tip/htdocs/luci-static/tip/Montserrat_latin.woff2 differ diff --git a/feeds/wlan-ap/luci/luci-theme-tip/htdocs/luci-static/tip/cascade.css b/feeds/wlan-ap/luci/luci-theme-tip/htdocs/luci-static/tip/cascade.css index 5a9058335..e72d53aa8 100644 --- a/feeds/wlan-ap/luci/luci-theme-tip/htdocs/luci-static/tip/cascade.css +++ b/feeds/wlan-ap/luci/luci-theme-tip/htdocs/luci-static/tip/cascade.css @@ -1,4 +1,12 @@ -@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); +/* latin */ +@font-face { + font-family: 'Montserrat'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url(Montserrat_latin.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} :root { --main-bright-color: #1B465C;