Add controller manager page, only static web pages.
authorMR-ZZC <zhaozhongchao@huawei.com>
Wed, 21 Sep 2016 09:44:37 +0000 (17:44 +0800)
committerMR-ZZC <zhaozhongchao@huawei.com>
Wed, 21 Sep 2016 09:44:37 +0000 (17:44 +0800)
commit001e9215ac85188a2f31661c1926ce27ef285c05
tree74ec6e3004af9ad05f9438dd8534ab30c7b25876
parent880c3279ae7e0f709878ba68c7307f5a73ae1c10
Add controller manager page, only static web pages.

Change-Id: Ic87cbf843688243da0f3c905ccaa9ffcf673b61c
Signed-off-by: MR-ZZC <zhaozhongchao@huawei.com>
27 files changed:
openo-portal/portal-extsys/pom.xml
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/controller.html [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/css/RMain.css [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/css/VMMain.css [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/css/bootstrap-table.min.css [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/css/bootstrap.min.css [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/add.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/arrow-down-enable.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/collapse_arrow.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/delete.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/edit.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/expand_arrow.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/ideo_default_select.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/import.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/line.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/loading-spinner-grey.gif [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/openo.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/page_l.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/page_left_disabled.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/page_r.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/sort_asc.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/sort_both.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/images/sort_desc.png [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/js/bootstrap-table.min.js [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/js/bootstrap.min.js [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/js/controller.js [new file with mode: 0644]
openo-portal/portal-extsys/src/main/webapp/extsys/sdncontroller/js/jquery-1.11.2.min.js [new file with mode: 0644]