Inventory rework 2 43/243/2
authorDaniel Malachovsky <daniel.malachovsky@pantheon.sk>
Sun, 7 Feb 2016 21:07:30 +0000 (22:07 +0100)
committerDaniel Malachovsky <daniel.malachovsky@pantheon.sk>
Mon, 8 Feb 2016 15:31:43 +0000 (15:31 +0000)
commit4297ef6abf96b5fd1d6e0f1078a1ee9a76dc3f32
treeb570b0ae4916278994276eee37ffaf1f2f3bce0c
parentf5e3e98d5c14252db91b8642028728553b43baca
Inventory rework 2

- added detail page
- lot of design changes
- lot of css overrides

Change-Id: Ia1735272297c0913f971728acc6775cce93d4646
Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
12 files changed:
vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css
vbd/gui/module/src/main/resources/vpp/assets/images/bd1.svg
vbd/gui/module/src/main/resources/vpp/assets/images/interf.svg
vbd/gui/module/src/main/resources/vpp/controllers/inventory.controller.js
vbd/gui/module/src/main/resources/vpp/controllers/vpp.controller.js
vbd/gui/module/src/main/resources/vpp/main.js
vbd/gui/module/src/main/resources/vpp/services/inventory.service.js
vbd/gui/module/src/main/resources/vpp/views/index.tpl.html
vbd/gui/module/src/main/resources/vpp/views/inventory-detail.tpl.html [new file with mode: 0644]
vbd/gui/module/src/main/resources/vpp/views/inventory-table.tpl.html
vbd/gui/module/src/main/resources/vpp/views/new-vpp-dialog.html
vbd/gui/module/src/main/resources/vpp/vpp.module.js