[TIC-UI] add the filedownload feature
authorHee Kyoung, Oh <heekyoung.oh@samsung.com>
Sat, 17 Dec 2016 09:10:23 +0000 (18:10 +0900)
committerHee Kyoung, Oh <heekyoung.oh@samsung.com>
Sat, 17 Dec 2016 09:10:23 +0000 (18:10 +0900)
commit3a3661feec6832ada5e982ae619fb725933ce135
treee8c5f6e7d93e9ff94cbc12778133018daed36deb
parent3e942e9d817bce52ebfd93a96e9a47e7a7a23d66
[TIC-UI] add the filedownload feature

- add the filedownload button
- add the file stats (size and update time)
- add the router
- changing the file name ws.filesystem.js to filesystem.js
- changing the file name ws.mic.js to mic.js

Change-Id: Id793c91c626a4f27cb0c763ecfad04a2851d63e8
Signed-off-by: Hee Kyoung, Oh <heekyoung.oh@samsung.com>
app.js
public/src/css/style.css
public/src/index.html
public/src/js/page/image.js
server/fs/filesystem.js [new file with mode: 0644]
server/fs/mic.js [new file with mode: 0644]
server/fs/ws.filesystem.js
server/routes/router.js [new file with mode: 0644]