add resource mgr gui code
authorvictor.gao <victor.gao@huawei.com>
Wed, 21 Sep 2016 11:04:46 +0000 (19:04 +0800)
committervictor.gao <victor.gao@huawei.com>
Wed, 21 Sep 2016 11:04:46 +0000 (19:04 +0800)
commitf0438d657922844e52d273143ff8e31e57a226c8
tree7c9992357046ddb50f6c1248ede99c4a390173c3
parentf0017f7aa88296a470724d8ba2b42261482a6fb5
add resource mgr gui code

Change-Id: Iad23ef36df29db34bc61d3f30e7ac77c12971fa6
Signed-off-by: victor.gao <victor.gao@huawei.com>
40 files changed:
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/RMain.css [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/VMMain.css [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/bootstrap-table.min.css [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/bootstrap.min.css [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/jquery.dataTables.min.css [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/css/resmgr.css [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/datacenter.html [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/html/index.html [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/add.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/arrow-down-enable.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/collapse_arrow.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/delete.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/edit.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/expand_arrow.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/ideo_default_select.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/import.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/line.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/loading-spinner-grey.gif [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/openo.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/page_l.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/page_left_disabled.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/page_r.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/sort_asc.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/sort_both.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/images/sort_desc.png [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/SendMsg.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/bootbox.min.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/bootstrap-table.min.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/bootstrap.min.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/chart.min.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/datacenter.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/jquery-1.11.2.min.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/jquery.dataTables.min.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/jquery.validate.min.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/resmgr.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/validateset.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/js/vim.js [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/location.html [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/resource.html [new file with mode: 0644]
openo-portal/portal-resmgr/src/main/webapp/resmgr-nfv/vim.html [new file with mode: 0644]