20190325_jeffrey - silenceuncrio/diary GitHub Wiki
0905
review
1005
commit 8b60f893f08f29ece7fca0151fc177f3632eed0a
Refs: [release/v0.01], {origin/release/v0.01}
Author: jeffrey <[email protected]>
Date: Mon Mar 25 10:04:15 2019 +0800
ask user to reboot to take effect while 'LTE Net Mode' changed at 'WAN > Priority' page
proscend/prosrc/www/app/feature/wanPriority.js | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
1050
commit 4afdf82fe96c83950dc7e1a1d60285d709e57b7a
Refs: [release/v0.01], {origin/release/v0.01}
Author: jeffrey <[email protected]>
Date: Mon Mar 25 10:51:56 2019 +0800
- add 'LTE Net Mode' at 'Status > WAN LTE'
- display Bridge or Router at `LTE APN1 / LTE APN2` panel title
proscend/prosrc/www/app/feature/status.js | 12 ++++++++++++
proscend/prosrc/www/app/locale-en.json | 2 ++
proscend/prosrc/www/app/locale-fr.json | 2 ++
proscend/prosrc/www/app/locale-zh-tw.json | 2 ++
proscend/prosrc/www/src/app/feature/status.html.src | 18 +++++++++++-------
5 files changed, 29 insertions(+), 7 deletions(-)
1120
commit 29d10be537f0c8e5a62b1c358c73f6b115637b6e
Refs: [release/v0.01], {origin/release/v0.01}
Author: jeffrey <[email protected]>
Date: Mon Mar 25 11:21:20 2019 +0800
update the online user manual
proscend/prosrc/www/Makefile | 5 -
proscend/prosrc/www/src/manual.html.src | 85 +++++
.../prosrc/www/src/manual/ip_routing_ospf.h.html | 148 ++++++++
.../prosrc/www/src/manual/ip_routing_rip.h.html | 109 ++++++
proscend/prosrc/www/src/manual/lte_gps.h.html | 36 ++
.../www/src/manual/service_dynamic_dns.h.html | 186 ++++++++++
proscend/prosrc/www/src/manual/service_mqtt.h.html | 89 +++++
proscend/prosrc/www/src/manual/service_qos.h.html | 52 +--
.../prosrc/www/src/manual/service_tr069.h.html | 6 +-
proscend/prosrc/www/src/manual/service_upnp.h.html | 15 +
proscend/prosrc/www/src/manual/sidebar.h.html | 155 ++++----
.../prosrc/www/src/manual/system_ethernet.h.html | 42 +++
.../prosrc/www/src/manual/system_modbus.h.html | 47 +++
proscend/prosrc/www/src/manual/vpn_ipsec.h.html | 27 +-
proscend/prosrc/www/src/manual/vpn_open_vpn.h.html | 392 +++++++++++++++++++++
proscend/prosrc/www/src/manual/wan_ethernet.h.html | 151 ++++++++
proscend/prosrc/www/src/manual/wan_priority.h.html | 34 ++
17 files changed, 1475 insertions(+), 104 deletions(-)