mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
WIFI-2685, WIFI-2694: Fixed issues in Luci http portal
Signed-off-by: Owen Anderson <owenthomasanderson@gmail.com>
This commit is contained in:
committed by
Rick Sommerville
parent
4662b33549
commit
63443bae1d
@@ -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'));
|
||||
|
||||
|
||||
Binary file not shown.
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user