[TIC-Web] add the section for the job. 61/114861/6
authorHee Kyoung, Oh <heekyoung.oh@samsung.com>
Wed, 15 Feb 2017 09:32:54 +0000 (18:32 +0900)
committerHee Kyoung, Oh <heekyoung.oh@samsung.com>
Thu, 16 Feb 2017 06:07:21 +0000 (15:07 +0900)
commit6546424658a559f9a41cf59c4a615fc77c5d680e
tree4e1f5fc46268b7a2d0b63944620b7ddca636f5d3
parent725da775bedebccc2cd4e8064810e02a83341f10
[TIC-Web] add the section for the job.

- add the section for the job.
- can show the list of the job.
- can show the status of the job dynamically.
- can download the image, kickstart, log files.
- the routing updated.

Change-Id: I3918f544b19a69ec4c6b39f81d06b9086cca7a9d
Signed-off-by: Hee Kyoung, Oh <heekyoung.oh@samsung.com>
23 files changed:
app.js
config.json
controller/filesystem.js [moved from server/fs/filesystem.js with 76% similarity]
controller/mariadb.js [new file with mode: 0644]
controller/mic.js [moved from server/fs/mic.js with 73% similarity]
controller/router.js [new file with mode: 0644]
controller/server.js [new file with mode: 0644]
controller/socketevent.js [moved from server/fs/socketEvent.js with 100% similarity]
controller/socketio.js [new file with mode: 0644]
package.json
public/src/css/style.css
public/src/index.html
public/src/js/main.js
public/src/js/model/JobModel.js [new file with mode: 0644]
public/src/js/model/JobPagingModel.js [new file with mode: 0644]
public/src/js/page/image.js
public/src/js/page/job.js [new file with mode: 0644]
public/src/js/page/package.js
public/src/js/page/settings.js
public/src/js/widget/JobPaging.js [new file with mode: 0644]
public/src/js/widget/JobTableEmptyItem.js [new file with mode: 0644]
public/src/js/widget/JobTableItem.js [new file with mode: 0644]
server/routes/router.js [deleted file]