blob: c5224bf1fa504bf461d2d20ed64c9b8407ba2f04 [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
28 <script src="js/main.js" type="text/javascript"></script>
stevenvanrossemba51a812017-04-23 01:22:59 +020029
30
peusterm0289b602017-01-11 19:16:28 +010031</head>
stevenvanrossemba51a812017-04-23 01:22:59 +020032<style>
peusterm0289b602017-01-11 19:16:28 +010033
stevenvanrossemba51a812017-04-23 01:22:59 +020034.link {
35 stroke: #ccc;
36}
37
38.node text {
39 pointer-events: none;
40 font: 15px sans-serif;
41}
42
43</style>
peusterm0289b602017-01-11 19:16:28 +010044<body>
peusterme8519312017-01-11 20:56:14 +010045 <div id="page-top">
46 <div class="row">
stevenvanrossema5e36752017-04-23 01:25:09 +020047 <div class="col-sm-8"><h1>Emulator Dashboard</h1></div>
peusterm208ca972017-01-11 21:15:31 +010048 <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 +010049 </div>
50
peusterm0289b602017-01-11 19:16:28 +010051<nav class="navbar navbar-default">
52 <div class="container-fluid">
53 <!-- Brand and toggle get grouped for better mobile display -->
54 <div class="navbar-header">
55 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
56 <span class="sr-only">Toggle navigation</span>
57 <span class="icon-bar"></span>
58 <span class="icon-bar"></span>
59 <span class="icon-bar"></span>
60 </button>
peusterm0289b602017-01-11 19:16:28 +010061 </div>
62
63 <!-- Collect the nav links, forms, and other content for toggling -->
64 <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
65 <div class="navbar-form navbar- navbar-btn btn-group" role="group" aria-label="category">
peusterm208ca972017-01-11 21:15:31 +010066 <!--<button type="button" class="btn btn-default active" id="btn_tab_pop">Datacenter List</button>-->
67 <!--<button type="button" class="btn btn-default" id="btn_tab_container">Container List</button>-->
peusterm0289b602017-01-11 19:16:28 +010068 <!--<button type="button" class="btn btn-default" id="btn_tab_other">Other</button> -->
69 </div>
peusterme8519312017-01-11 20:56:14 +010070 <form class="navbar-form navbar-right">
peusterm208ca972017-01-11 21:15:31 +010071 <div class="input-group">
72 <span class="input-group-addon">http://</span>
stevenvanrossem5b876702017-04-08 13:41:15 +020073 <input type="text" class="form-control" placeholder="api-url.or.ip" value="localhost:5001" id="text_api_host" data-provide="typeahead" size="30">
peusterm208ca972017-01-11 21:15:31 +010074 </div>
75 <button type="button" class="btn btn-success" id="btn_connect">Connect &nbsp;<span class="glyphicon glyphicon-play-circle"></span></button>
76 <button type="button" class="btn btn-danger disabled" id="btn_disconnect">Disconnect &nbsp;<span class="glyphicon glyphicon-off"></span></button>
77 </form>
peusterm0289b602017-01-11 19:16:28 +010078 </div><!-- /.navbar-collapse -->
79 </div><!-- /.container-fluid -->
80</nav>
81</div>
peusterm208ca972017-01-11 21:15:31 +010082 <div id="content">
83
84
85<div class="panel panel-primary">
86 <!-- Default panel contents -->
peustermf14b02a2017-01-12 19:08:34 +010087 <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 +010088 <!-- Table -->
peustermf14b02a2017-01-12 19:08:34 +010089 <table class="table table-striped table-hover" id="table_datacenter">
peusterm208ca972017-01-11 21:15:31 +010090 </table>
91</div>
92
93<div class="spacer">&nbsp;</div>
94
peusterm0289b602017-01-11 19:16:28 +010095<div class="panel panel-primary">
96 <!-- Default panel contents -->
peustermf14b02a2017-01-12 19:08:34 +010097 <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 +010098 <!-- Table -->
peustermf14b02a2017-01-12 19:08:34 +010099 <table class="table table-striped table-hover" id="table_container">
peusterme8519312017-01-11 20:56:14 +0100100 </table>
peusterm0289b602017-01-11 19:16:28 +0100101</div>
stevenvanrossemba51a812017-04-23 01:22:59 +0200102
103<div>
104<script src="//d3js.org/d3.v3.min.js"></script>
105<script src="js/graph.js" type="text/javascript"></script>
106</div>
107
108
peusterm0289b602017-01-11 19:16:28 +0100109</div>
110
stevenvanrossemee28ee32017-04-23 02:07:21 +0200111<footer class="footer text-center small">(c) 2017 by SONATA Consortium and Paderborn University and IMEC</footer>
peusterm0289b602017-01-11 19:16:28 +0100112
113
114</body>
115
116</html>