aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-lifecyclemgr/overlayvpn_topo.html
diff options
context:
space:
mode:
authorXiuchao Wu <xiuchao.wu@huawei.com>2016-09-15 15:25:08 +0100
committerXiuchao Wu <xiuchao.wu@huawei.com>2016-09-15 15:25:08 +0100
commitdd1587966ad8e35ae6229d0cfd47ac258413d661 (patch)
treeaa55bb80bcc2c73c46e659b50ff74131ba982d46 /openo-portal/portal-lifecyclemgr/overlayvpn_topo.html
parent32eda7657d737fa1f7eb8f7acc662a7c67c25b60 (diff)
initial submit for the topology page hard-coded based on sigma
Change-Id: I557ef7f7979cac7585abd15ce54a4862f2f99fb8 Signed-off-by: Xiuchao Wu <xiuchao.wu@huawei.com>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/overlayvpn_topo.html')
-rw-r--r--openo-portal/portal-lifecyclemgr/overlayvpn_topo.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/openo-portal/portal-lifecyclemgr/overlayvpn_topo.html b/openo-portal/portal-lifecyclemgr/overlayvpn_topo.html
new file mode 100644
index 00000000..610e0b55
--- /dev/null
+++ b/openo-portal/portal-lifecyclemgr/overlayvpn_topo.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style type="text/css">
+ #container {
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ position: absolute;
+ }
+</style>
+</head>
+<body>
+<div id="container"></div>
+<script src="js/topo/sigma/sigma.min.js"></script>
+<script src="js/topo/sigma/jquery-3.1.0.min.js"></script>
+<script src="js/topo/sigma/plugins/sigma.renderers.customShapes.min.js"></script>
+<script src="js/topo/sigma/plugins/sigma.renderers.edgeLabels.min.js"></script>
+<script src="js/topo/Node.js"></script>
+<script src="js/topo/Edge.js"></script>
+<script src="js/topo/Topology.js"></script>
+</body>
+</html> \ No newline at end of file