add icons needed by topology rendering, add code for loading data from
authorXiuchao Wu <xiuchao.wu@huawei.com>
Tue, 27 Sep 2016 14:42:46 +0000 (15:42 +0100)
committerXiuchao Wu <xiuchao.wu@huawei.com>
Tue, 27 Sep 2016 14:42:46 +0000 (15:42 +0100)
commit4a106d3cf7ef0ac4e98ae80a10affaee25a4c6ef
tree9e42feb9e744d8f618a72ba279b9fdd8a087a093
parent39f5d1505b03efcc7ab6abfe9fcc374885ec5ea9
add icons needed by topology rendering, add code for loading data from
overlay micro-services, and show more details when a
node is clicked.

Change-Id: I15335650d77aba6ac7fd1b5ab19c6bef94026d9c
Signed-off-by: Xiuchao Wu <xiuchao.wu@huawei.com>
39 files changed:
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/License.txt [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/NEDOWN.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/NEDOWN_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/NETWORK.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/NETWORK_EDGE.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/NETWORK_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/NEUP.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/NEUP_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/OTHER.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/OTHER_0.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/OTHER_0_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/OTHER_1.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/OTHER_1_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/OTHER_2.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/OTHER_2_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/OTHER_3.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/OTHER_3_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/OTHER_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/cloud.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/cloudroute.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/crossSubnet.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/delete_asbr.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/mark_sink.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/mark_source.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/networkdown.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/node_gray.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/node_green.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/node_red.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/router.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/router_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/site.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/siteIcon_feature.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/site_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/sitedown.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/sitedown_selected.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/images/topo/u1963.png [new file with mode: 0644]
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/topo/Node.js
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/topo/OverlayTopology.js
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/overlayvpn_topo.html