20170801_jeffrey - silenceuncrio/diary GitHub Wiki
0915
來為 Ethernet Ports
美化一下 web page
commit b379527617cb7c58182a25a02845f0bef4127bff
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Aug 1 10:06:07 2017 +0800
Refactoring the 'Ethernet Ports' web page
- divide the status and configuration
proscend/prosrc/www/app/feature/switch.html | 139 ++++++++++++++--------------
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 +
4 files changed, 72 insertions(+), 70 deletions(-)
1040
原本想依照 ariel 的 wiki - Change_data_limit 來施工的
無奈 bootstrap 的 form input style 搞不定
只好先改改 label 字眼
commit d4dbf505de9f6d34331bda821395d0eaa08e46e3
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Aug 1 10:40:09 2017 +0800
Change the lable literal
- Monthly Reset Date
- Monthly Reset Hours
- Monthly Reset Minutes
- Monthly Reset Seconds
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 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
1200
直接整個重構
再依照 ariel 的 wiki - Change_data_limit 施工
commit 8575a5d0d9b0e11ee3ac531c4599797fe8504c50
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Aug 1 11:59:34 2017 +0800
Refactoring the 'Dual SIM' web page
- use 2 nav tab to represent 'SIM1 Configurations' and 'SIM2 Configurations'
proscend/prosrc/www/app/feature/dualSim.html | 489 +++++++++++++--------------
proscend/prosrc/www/app/locale-en.json | 4 +
proscend/prosrc/www/app/locale-fr.json | 4 +
proscend/prosrc/www/app/locale-zh-tw.json | 4 +
4 files changed, 249 insertions(+), 252 deletions(-)
1300
回到 branch feature/rip
➜ www git:(develop) git checkout feature/rip
Switched to branch 'feature/rip'
➜ www git:(feature/rip) ✗
1520
目前已經知道怎麼不讓一開機就把全部的 quagga daemons 都跑起來
commit 76f4478657d0bc17a3fb4b01189cc3f793084009
Refs: [feature/rip]
Author: jeffrey <[email protected]>
Date: Tue Aug 1 15:20:30 2017 +0800
Use .bbappend to cause update-rc.d to disable init script start links of quagga service
meta-proscend/recipes-extended/quagga/quagga_0.99.24.1.bbappend | 5 +++++
1 file changed, 5 insertions(+)
順手整理在 wiki
1540
回到 git branch develop
➜ recipes-extended git:(feature/rip) ✗ git checkout develop
Checking out files: 100% (155/155), done.
Switched to branch 'develop'
Your branch is up-to-date with 'origin/develop'.
➜ recipes-extended git:(develop) git pull
Current branch develop is up to date.
➜ recipes-extended git:(develop)
1720
BU II 周會
1730
重構一下 SNMP
web page
commit ccd71c08f9b4bbf0d77e4a62bfd5ce8512769c4c
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Aug 1 17:31:57 2017 +0800
Refactoring the 'SNMP' web page
- use 3 nav tab
proscend/prosrc/www/app/feature/snmp.html | 47 +++++++++++++++++++++----------
proscend/prosrc/www/app/locale-en.json | 11 ++------
proscend/prosrc/www/app/locale-fr.json | 11 ++------
proscend/prosrc/www/app/locale-zh-tw.json | 11 ++------
4 files changed, 41 insertions(+), 39 deletions(-)