UI layout was applied. Device management was implemented [Web App]
authorArtem Motchanyi <a.motchanyi@samsung.com>
Tue, 25 Apr 2017 08:43:07 +0000 (11:43 +0300)
committerArtem Motchanyi <a.motchanyi@samsung.com>
Tue, 25 Apr 2017 08:44:04 +0000 (11:44 +0300)
commit2cf4c03aa6b7090e27a13bbb7cdc8d820a98126e
tree8af9eaa04b23b7b108848731891941cd8ea6703d
parent5c9400c9ac479510aca7733929ed4aaa964791c1
UI layout was applied. Device management was implemented [Web App]
26 files changed:
iot-manager-dashboard/.package/config.xml
iot-manager-dashboard/config.xml
iot-manager-dashboard/css/styles.css
iot-manager-dashboard/css/tools/loading.css
iot-manager-dashboard/icon.png
iot-manager-dashboard/js/controllers/authorization_controller.js [moved from iot-manager-dashboard/js/authorization_controller.js with 100% similarity]
iot-manager-dashboard/js/controllers/dashboard_controller.js [new file with mode: 0644]
iot-manager-dashboard/js/controllers/devices_controller.js [new file with mode: 0644]
iot-manager-dashboard/js/controls.js
iot-manager-dashboard/js/main.js
iot-manager-dashboard/resources/ui/device/default.png [new file with mode: 0644]
iot-manager-dashboard/resources/ui/device/lamp.png [new file with mode: 0644]
iot-manager-dashboard/resources/ui/device/smartphone.png [new file with mode: 0644]
iot-manager-dashboard/resources/ui/device/status/off.png [new file with mode: 0644]
iot-manager-dashboard/resources/ui/device/status/on.png [new file with mode: 0644]
iot-manager-dashboard/resources/ui/device/status/warning.png [new file with mode: 0644]
iot-manager-dashboard/resources/ui/device/tv.png [new file with mode: 0644]
iot-manager-dashboard/resources/ui/header/back.png [new file with mode: 0644]
iot-manager-dashboard/resources/ui/login/back.png [new file with mode: 0644]
iot-manager-dashboard/resources/ui/popup/error.png [new file with mode: 0644]
iot-manager-dashboard/resources/ui/popup/ok.png [new file with mode: 0644]
iot-manager-dashboard/views/dashboard.html [new file with mode: 0644]
iot-manager-dashboard/views/discovery.html [new file with mode: 0644]
iot-manager-dashboard/views/home.html
iot-manager-dashboard/views/index.html
iot-manager-dashboard/views/popup.html [new file with mode: 0644]