update title
[osm/vim-emu.git] / src / emuvim / dashboard / index.html
index 6f77d08..c5224bf 100755 (executable)
@@ -5,7 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
-    <title>MeDICINE Dashboard</title>
+    <title>Emulator Dashboard</title>
 
     <!-- Bootstrap -->
     <!--<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">-->
     <![endif]-->
 
     <script src="js/main.js" type="text/javascript"></script>
+
+
 </head>
+<style>
 
-<body>
+.link {
+  stroke: #ccc;
+}
 
+.node text {
+  pointer-events: none;
+  font: 15px sans-serif;
+}
+
+</style>
+<body>
   <div id="page-top">
     <div class="row">
-      <div class="col-sm-8"><h1>MeDICINE Dashboard</h1></div>
+      <div class="col-sm-8"><h1>Emulator Dashboard</h1></div>
       <div class="col-sm-4" id="logo"><a href="http://sonata-nfv.eu" target="_blank"><img src="img/SONATA_new.png" alt="SONATA Logo" width="252" height="70"></a></div>
     </div>
 
   <table class="table table-striped table-hover" id="table_container">
   </table>
 </div>
+
+<div>
+<script src="//d3js.org/d3.v3.min.js"></script>
+<script src="js/graph.js" type="text/javascript"></script>
+</div>
+
+
 </div>
 
-<footer class="footer text-center small">(c) 2017 by SONATA Consortium and Paderborn University</footer>
+<footer class="footer text-center small">(c) 2017 by SONATA Consortium and Paderborn University and IMEC</footer>
 
 
 </body>