20191017_jeffrey - silenceuncrio/diary GitHub Wiki

0850

繼續 M330 - P1 - Commnger(+Wan WiFi Client) - web ui

0935

M330[release/v0.08] - use 'signal_icon' instead of 'signal_level' at 'WAN > WiFi STA' page to indicate the signal

commit d198b9a8563a4ab64d3cda77c29d10f1ad7f49a9
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date:   Thu Oct 17 09:34:08 2019 +0800

    use 'signal_icon' instead of 'signal_level' at 'WAN > WiFi STA' page to indicate the signal

 proscend/prosrc/webcgi/wifi_sta.c             | 1 +
 proscend/prosrc/www/app/feature/wifi_sta.html | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

john 表示 ecmp 待補 get_ecmp_error_msg 的 error message


M330[release/v0.08] - display the error message when apply fail at 'Service > ECMP'

commit c85ef84a6a1c475f0f7af8b9c88a8e010a2c555f
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date:   Thu Oct 17 10:06:52 2019 +0800

    display the error message when apply fail at 'Service > ECMP'

 proscend/prosrc/webcgi/ecmp.c           | 10 +++++++++-
 proscend/prosrc/www/app/feature/ecmp.js |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

1325

M330[release/v0.08] - add 2 panels at 'Status' page: 'WAN WiFi' and 'WiFi AP'

commit f69b40149be825619da3673b6caeaa760adf07e2
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date:   Thu Oct 17 13:17:34 2019 +0800

    add 2 panels at 'Status' page: 'WAN WiFi' and 'WiFi AP'

 proscend/prosrc/webcgi/status.c                    | 84 +++++++++++++++++++++-
 proscend/prosrc/www/app/locale-en.json             |  8 +++
 proscend/prosrc/www/app/locale-fr.json             |  8 +++
 proscend/prosrc/www/app/locale-zh-tw.json          |  8 +++
 .../prosrc/www/src/app/feature/status.html.src     | 67 +++++++++++++++++
 5 files changed, 173 insertions(+), 2 deletions(-)

M330[release/v0.08] - wrap panels by related flag at 'Status' page

commit efc8439ed31b75bb47878254a0f80b08bd53c7f7
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date:   Thu Oct 17 13:20:53 2019 +0800

    wrap panels by related flag at 'Status' page
    - 'WAN WiFi' panel - PROSRC_WIFI_STA
    - 'WiFi AP' panel - PROSRC_WIFI_APSTA

 proscend/prosrc/www/src/app/feature/status.html.src | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

1430

M330[release/v0.08] - display information base on current default gateway interface

commit 39ff3f4a9d1845fd0b778e80361ea78fa674be65
Refs: [release/v0.08], {origin/release/v0.08}
Author: jeffrey <[email protected]>
Date:   Thu Oct 17 14:24:40 2019 +0800

    display information base on current default gateway interface
    - ETH_IF - display nothing
    - LTE_IF - signal level and op name
    - WIFI_IF - signal level and SSID

 proscend/prosrc/icos/icoslib/wifi_sta/wpa_cli.c    | 504 +++++++++++----------
 proscend/prosrc/webcgi/status.c                    |  18 +
 proscend/prosrc/www/app/app.controller.js          |   7 +
 .../prosrc/www/brand_ctcu/src/brand/top.html.src   |   7 +-
 .../prosrc/www/brand_hytec/src/brand/top.html.src  |   7 +-
 .../www/brand_nobrand/src/brand/top.html.src       |   7 +-
 .../www/brand_proscend/src/brand/top.html.src      |   7 +-
 7 files changed, 305 insertions(+), 252 deletions(-)