20170802_jeffrey - silenceuncrio/diary GitHub Wiki

0905

review

0935

小修 Dual SIM web page

commit d6a6da455bb9bf3072784493d7096c739db226e0
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Wed Aug 2 09:34:43 2017 +0800

    Beautify the 'Roaming Switch' checkbox input field

 proscend/prosrc/www/app/feature/dualSim.html |  2 +-
 proscend/prosrc/www/app/locale-en.json       | 33 ++++++++++++++--------------
 proscend/prosrc/www/app/locale-fr.json       | 33 ++++++++++++++--------------
 proscend/prosrc/www/app/locale-zh-tw.json    | 33 ++++++++++++++--------------
 4 files changed, 52 insertions(+), 49 deletions(-)

1035

因應 john 發現的現實狀況來修改 Ethernet Port web page 的行為

commit 5aa737900f9434390710edde971e344c93910ce1
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Wed Aug 2 10:31:48 2017 +0800

    Change the behavior of 'Ethernet Ports' web page
    - remind the user: "System will reboot to take effect immediately after you press the apply"
    - the reboot action happens at icos side after return the result of apply()

 proscend/prosrc/www/app/feature/switch.html      | 11 +++++++
 proscend/prosrc/www/app/feature/switch.js        | 29 +++++++++++--------
 proscend/prosrc/www/app/feature/waitForReboot.js | 37 ++++++++++++++++++++++++
 proscend/prosrc/www/app/locale-en.json           | 22 +++++++-------
 proscend/prosrc/www/app/locale-fr.json           | 22 +++++++-------
 proscend/prosrc/www/app/locale-zh-tw.json        | 22 +++++++-------
 proscend/prosrc/www/index.html.src               |  1 +
 7 files changed, 102 insertions(+), 42 deletions(-)

1310

繼續應觀眾要求小修 Dual SIM web page

commit 39ac12c426b213877be2af85b18b4ef7bf862ea0
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Wed Aug 2 13:07:10 2017 +0800

    Beautify the 'Dual SIM' web page
    - display a 'check' icon in front of the current SIM's configurations nav label

 proscend/prosrc/www/app/feature/dualSim.html | 5 +++++
 1 file changed, 5 insertions(+)

1500

review 一下整個 網頁順便小修一下

Beautify the nav tab of 'Static Route' web page

commit 412d2f12dbb4663b5a0144d01dc3e4024384a411
Author: jeffrey <[email protected]>
Date:   Wed Aug 2 14:34:22 2017 +0800

    Beautify the nav tab of 'Static Route' web page

 proscend/prosrc/www/app/feature/route.html | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Beautify the nav tab of 'WAN Ethernet' web page

commit b6305d748d2c0a69414aded13b9d60bb658cda2b
Author: jeffrey <[email protected]>
Date:   Wed Aug 2 14:39:10 2017 +0800

    Beautify the nav tab of 'WAN Ethernet' web page

 proscend/prosrc/www/app/feature/wanEthernet.html | 36 ++++++++++++++++--------
 1 file changed, 24 insertions(+), 12 deletions(-)

Beautify the nav tab of 'Edit OpenVPN Connection' web page

commit e15ffa21c9ab1fd1d930da72cae0e55a422f1070
Author: jeffrey <[email protected]>
Date:   Wed Aug 2 14:46:11 2017 +0800

    Beautify the nav tab of 'Edit OpenVPN Connection' web page

 proscend/prosrc/www/app/feature/openvpn_edit.html | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

Beautify the nav tab of 'IPSec' web page

commit 4a67986c870d2086685af26475713deca775cac9
Author: jeffrey <[email protected]>
Date:   Wed Aug 2 14:49:59 2017 +0800

    Beautify the nav tab of 'IPSec' web page

 proscend/prosrc/www/app/feature/ipsec_summary.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Correct the title literal of 'Edit URL Filter Blash List Entry #' web page

commit d3bca135d88d6513ad2f0af17fc74016b655c85b
Author: jeffrey <[email protected]>
Date:   Wed Aug 2 14:52:40 2017 +0800

    Correct the title literal of 'Edit URL Filter Blash List Entry #' web page

 proscend/prosrc/www/app/feature/urlfilter.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Correct the panel group icon of 'MQTT' web page

commit 08372d7346705831aa91356072cc52be5dbfcbaa
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Wed Aug 2 14:55:15 2017 +0800

    Correct the panel group icon of 'MQTT' web page

 proscend/prosrc/www/app/feature/mqtt.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1650

ariel 希望在 Logging 這個 web page 新增一個按鈕讓使用者可將目前的 logs 下載下來

參考 Angular File Saver

實作完畢

commit b36ea90e72ec891b20d0cb5d8363061a76f31c3a
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Wed Aug 2 16:49:52 2017 +0800

    Add 'Download Logs' button for user to download the current logs

 proscend/prosrc/www/app/app.module.js                      |  2 +-
 proscend/prosrc/www/app/feature/logging.html               |  2 ++
 proscend/prosrc/www/app/feature/logging.js                 | 14 +++++++++++++-
 proscend/prosrc/www/app/locale-en.json                     |  1 +
 proscend/prosrc/www/app/locale-fr.json                     |  1 +
 proscend/prosrc/www/app/locale-zh-tw.json                  |  1 +
 proscend/prosrc/www/index.html.src                         |  2 ++
 .../angular-file-saver/angular-file-saver.bundle.min.js    |  1 +
 8 files changed, 22 insertions(+), 2 deletions(-)