blob: bd57753cbf84889beb467e6a31acf94a6599cb6a [file] [log] [blame]
peusterme8519312017-01-11 20:56:14 +01001<!DOCTYPE html>
2<html lang="en">
peusterm0289b602017-01-11 19:16:28 +01003<head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
stevenvanrossemee28ee32017-04-23 02:07:21 +02008 <title>Emulator Dashboard</title>
peusterm0289b602017-01-11 19:16:28 +01009
10 <!-- Bootstrap -->
peusterme8519312017-01-11 20:56:14 +010011 <!--<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">-->
12 <link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/flatly/bootstrap.min.css" rel="stylesheet" integrity="sha384-+ENW/yibaokMnme+vBLnHMphUYxHs34h9lpdbSLuAwGkOKFRl4C34WkjazBtb7eT" crossorigin="anonymous">
peusterm0289b602017-01-11 19:16:28 +010013
14 <link href="css/main.css" rel="stylesheet">
15
16 <!-- jQuery -->
17 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js" type="text/javascript"></script>
peustermf14b02a2017-01-12 19:08:34 +010018 <!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.jss" type="text/javascript"></script>-->
peusterm0289b602017-01-11 19:16:28 +010019 <script src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js" type="text/javascript"></script>
20
21 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
22 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
23 <!--[if lt IE 9]>
24 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
25 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
26 <![endif]-->
27
stevenvanrossemc63c5492017-05-08 16:10:13 +020028
29
peusterm0289b602017-01-11 19:16:28 +010030 <script src="js/main.js" type="text/javascript"></script>
stevenvanrossemba51a812017-04-23 01:22:59 +020031
32
peusterm0289b602017-01-11 19:16:28 +010033</head>
stevenvanrossemba51a812017-04-23 01:22:59 +020034<style>
peusterm0289b602017-01-11 19:16:28 +010035
stevenvanrossemba51a812017-04-23 01:22:59 +020036.link {
37 stroke: #ccc;
38}
39
40.node text {
41 pointer-events: none;
42 font: 15px sans-serif;
43}
44
45</style>
peusterm0289b602017-01-11 19:16:28 +010046<body>
peusterme8519312017-01-11 20:56:14 +010047 <div id="page-top">
48 <div class="row">
stevenvanrossema5e36752017-04-23 01:25:09 +020049 <div class="col-sm-8"><h1>Emulator Dashboard</h1></div>
peusterm208ca972017-01-11 21:15:31 +010050 <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>
peusterme8519312017-01-11 20:56:14 +010051 </div>
52
peusterm0289b602017-01-11 19:16:28 +010053
stevenvanrossemf5ebfcf2017-04-23 17:49:32 +020054
peusterm0289b602017-01-11 19:16:28 +010055</div>
peusterm208ca972017-01-11 21:15:31 +010056 <div id="content">
57
58
59<div class="panel panel-primary">
60 <!-- Default panel contents -->
peustermf14b02a2017-01-12 19:08:34 +010061 <div class="panel-heading"><span>Emulated Datacenters</span>&nbsp;&nbsp;<span class="badge" id="lbl_datacenter_count">0</span><span class="pull-right" id="lbl_lateness_datacenter">Lateness: -</span></div>
peusterm208ca972017-01-11 21:15:31 +010062 <!-- Table -->
peustermf14b02a2017-01-12 19:08:34 +010063 <table class="table table-striped table-hover" id="table_datacenter">
peusterm208ca972017-01-11 21:15:31 +010064 </table>
65</div>
66
67<div class="spacer">&nbsp;</div>
68
peusterm0289b602017-01-11 19:16:28 +010069<div class="panel panel-primary">
70 <!-- Default panel contents -->
peustermf14b02a2017-01-12 19:08:34 +010071 <div class="panel-heading"><span>Running Containers</span>&nbsp;&nbsp;<span class="badge" id="lbl_container_count">0</span><span class="pull-right" id="lbl_lateness_container">Lateness: -</span></div>
peusterm0289b602017-01-11 19:16:28 +010072 <!-- Table -->
peustermf14b02a2017-01-12 19:08:34 +010073 <table class="table table-striped table-hover" id="table_container">
peusterme8519312017-01-11 20:56:14 +010074 </table>
peusterm0289b602017-01-11 19:16:28 +010075</div>
stevenvanrossemba51a812017-04-23 01:22:59 +020076
stevenvanrossem7f397b62017-04-27 15:09:55 +020077<div class="spacer">&nbsp;</div>
stevenvanrossemba51a812017-04-23 01:22:59 +020078
stevenvanrossem7f397b62017-04-27 15:09:55 +020079<div class="panel panel-primary">
80 <div class="panel-heading"><span>Placement Graph</span>&nbsp;&nbsp;</div>
81 <table class="table table-striped table-hover" id="table_graph">
82
83 </table>
84</div>
85 <script src="js/d3.v3.min.js"></script>
86 <script src="js/graph.js" type="text/javascript"></script>
stevenvanrossemba51a812017-04-23 01:22:59 +020087
peusterm0289b602017-01-11 19:16:28 +010088</div>
89
stevenvanrossemee28ee32017-04-23 02:07:21 +020090<footer class="footer text-center small">(c) 2017 by SONATA Consortium and Paderborn University and IMEC</footer>
peusterm0289b602017-01-11 19:16:28 +010091
92
93</body>
94
95</html>