summaryrefslogtreecommitdiffstats
path: root/vbd/gui
AgeCommit message (Collapse)AuthorFilesLines
2016-02-09Code refactor - more code in Vpp manipulation.Jozef Gloncak1-0/+0
Change-Id: I2b39df0e78a6947989b745cf7c93bbb501807738 Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
2016-02-08Initial commit of vBd Manager functions.Daniel Malachovsky10-356/+464
- Bug Fixes for graphical manipulation. Fix req'd for unassigning pre-assigned. - Fixed Graphical issues, interface, vpp and vBD manipulation - Added REST functionality, GUI enhancements and squashed a few bugs. - reworked assigning and unassigning IF to vBD Change-Id: Ice13835699455439f6ab49a18facb49f7a16b7ef Signed-off-by: Varun Seereeram <vseereer@cisco.com> Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
2016-02-08Inventory rework 2Daniel Malachovsky12-122/+374
- added detail page - lot of design changes - lot of css overrides Change-Id: Ia1735272297c0913f971728acc6775cce93d4646 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
2016-02-07Inventory reworkVarun Seereeram8-56/+90
- ui-grid replaces by smart-table - dark theme setted - orange buttons added Change-Id: I2afe3231a1e889a1d23056242167cad65cbfae11 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk> Signed-off-by: Varun Seereeram <vseereer@cisco.com>
2016-02-07vBDManager services initial commitDaniel Malachovsky7-99/+356
- added add/get/object definitions for vBD, VPP and Interfaces Change-Id: Ic639f06fad5700a1722fdb0b1034b8134bdb1c41 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
2016-02-06Splitting sourcesDaniel Malachovsky13-296/+434
- splitted vpp.controller.js and vpp.services.js into smaller files to avoid blocking and problems during merging Change-Id: I379dc1e5154c6f685fb6a976db239b620e58fc6e Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
2016-02-05UI-Grid initial commitDaniel Malachovsky12-832/+424
- added angular-ui-grid library for handling expandable table - removed old service (http) and old inventory controller - fixed bridge domains page formatting - fixes bugs due to old code's css - applied Dave's comments Change-Id: Ie10d05bb0da3cb9bac666b66cf7168696c45254f Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk> Signed-off-by: Varun Seereeram <vseereer@cisco.com>
2016-02-04Copyright header fixDaniel Malachovsky8-60/+51
- added copyright header to css and js files - small fixes in css files Change-Id: I62a32067d71ede7a7440662b1816f939659101e7 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
2016-02-04Fix UI bundle not being installedRobert Varga2-15/+7
Inheriting from aggregator causes the artifacts to be skipped during install. Use api-parent instead. Change-Id: I507a21b2999c193d41a924debfcd67b916160f94 Signed-off-by: Robert Varga <nite@hq.sk>
2016-02-04GUI initial commitVarun Seereeram45-0/+2851
- open ui on http://controllerIp:8181/index.html - added interfaces to vpp topo. - fixed VPP mounting - fixed VPP Editing and deleting Change-Id: I6ae2c6e5781d3e0cdb78b112d706b9f5076301d5 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk> Signed-off-by: Varun Seereeram <vseereer@cisco.com> Signed-off-by: Robert Varga <nite@hq.sk>