| peusterm | dd55951 | 2017-09-21 16:29:34 +0200 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright (c) 2017 SONATA-NFV and Paderborn University |
| 3 | ALL RIGHTS RESERVED. |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | |
| 17 | Neither the name of the SONATA-NFV, Paderborn University |
| 18 | nor the names of its contributors may be used to endorse or promote |
| 19 | products derived from this software without specific prior written |
| 20 | permission. |
| 21 | |
| 22 | This work has been performed in the framework of the SONATA project, |
| 23 | funded by the European Commission under Grant number 671517 through |
| 24 | the Horizon 2020 and 5G-PPP programmes. The authors would like to |
| 25 | acknowledge the contributions of their colleagues of the SONATA |
| 26 | partner consortium (www.sonata-nfv.eu). |
| 27 | --> |
| 28 | |
| peusterm | e851931 | 2017-01-11 20:56:14 +0100 | [diff] [blame] | 29 | <!DOCTYPE html> |
| 30 | <html lang="en"> |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 31 | <head> |
| 32 | <meta charset="utf-8"> |
| 33 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 34 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 35 | <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> |
| stevenvanrossem | ee28ee3 | 2017-04-23 02:07:21 +0200 | [diff] [blame] | 36 | <title>Emulator Dashboard</title> |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 37 | |
| 38 | <!-- Bootstrap --> |
| peusterm | e851931 | 2017-01-11 20:56:14 +0100 | [diff] [blame] | 39 | <!--<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">--> |
| 40 | <link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/flatly/bootstrap.min.css" rel="stylesheet" integrity="sha384-+ENW/yibaokMnme+vBLnHMphUYxHs34h9lpdbSLuAwGkOKFRl4C34WkjazBtb7eT" crossorigin="anonymous"> |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 41 | |
| 42 | <link href="css/main.css" rel="stylesheet"> |
| 43 | |
| 44 | <!-- jQuery --> |
| 45 | <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js" type="text/javascript"></script> |
| peusterm | f14b02a | 2017-01-12 19:08:34 +0100 | [diff] [blame] | 46 | <!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.jss" type="text/javascript"></script>--> |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 47 | <script src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js" type="text/javascript"></script> |
| 48 | |
| 49 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
| 50 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
| 51 | <!--[if lt IE 9]> |
| 52 | <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| 53 | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 54 | <![endif]--> |
| 55 | |
| stevenvanrossem | c63c549 | 2017-05-08 16:10:13 +0200 | [diff] [blame] | 56 | |
| 57 | |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 58 | <script src="js/main.js" type="text/javascript"></script> |
| stevenvanrossem | ba51a81 | 2017-04-23 01:22:59 +0200 | [diff] [blame] | 59 | |
| 60 | |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 61 | </head> |
| stevenvanrossem | ba51a81 | 2017-04-23 01:22:59 +0200 | [diff] [blame] | 62 | <style> |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 63 | |
| stevenvanrossem | ba51a81 | 2017-04-23 01:22:59 +0200 | [diff] [blame] | 64 | .link { |
| 65 | stroke: #ccc; |
| 66 | } |
| 67 | |
| 68 | .node text { |
| 69 | pointer-events: none; |
| 70 | font: 15px sans-serif; |
| 71 | } |
| 72 | |
| 73 | </style> |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 74 | <body> |
| peusterm | e851931 | 2017-01-11 20:56:14 +0100 | [diff] [blame] | 75 | <div id="page-top"> |
| 76 | <div class="row"> |
| stevenvanrossem | a5e3675 | 2017-04-23 01:25:09 +0200 | [diff] [blame] | 77 | <div class="col-sm-8"><h1>Emulator Dashboard</h1></div> |
| peusterm | e851931 | 2017-01-11 20:56:14 +0100 | [diff] [blame] | 78 | </div> |
| 79 | |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 80 | |
| stevenvanrossem | f5ebfcf | 2017-04-23 17:49:32 +0200 | [diff] [blame] | 81 | |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 82 | </div> |
| peusterm | 208ca97 | 2017-01-11 21:15:31 +0100 | [diff] [blame] | 83 | <div id="content"> |
| 84 | |
| 85 | |
| 86 | <div class="panel panel-primary"> |
| 87 | <!-- Default panel contents --> |
| peusterm | f14b02a | 2017-01-12 19:08:34 +0100 | [diff] [blame] | 88 | <div class="panel-heading"><span>Emulated Datacenters</span> <span class="badge" id="lbl_datacenter_count">0</span><span class="pull-right" id="lbl_lateness_datacenter">Lateness: -</span></div> |
| peusterm | 208ca97 | 2017-01-11 21:15:31 +0100 | [diff] [blame] | 89 | <!-- Table --> |
| peusterm | f14b02a | 2017-01-12 19:08:34 +0100 | [diff] [blame] | 90 | <table class="table table-striped table-hover" id="table_datacenter"> |
| peusterm | 208ca97 | 2017-01-11 21:15:31 +0100 | [diff] [blame] | 91 | </table> |
| 92 | </div> |
| 93 | |
| 94 | <div class="spacer"> </div> |
| 95 | |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 96 | <div class="panel panel-primary"> |
| 97 | <!-- Default panel contents --> |
| peusterm | f14b02a | 2017-01-12 19:08:34 +0100 | [diff] [blame] | 98 | <div class="panel-heading"><span>Running Containers</span> <span class="badge" id="lbl_container_count">0</span><span class="pull-right" id="lbl_lateness_container">Lateness: -</span></div> |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 99 | <!-- Table --> |
| peusterm | f14b02a | 2017-01-12 19:08:34 +0100 | [diff] [blame] | 100 | <table class="table table-striped table-hover" id="table_container"> |
| peusterm | e851931 | 2017-01-11 20:56:14 +0100 | [diff] [blame] | 101 | </table> |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 102 | </div> |
| stevenvanrossem | ba51a81 | 2017-04-23 01:22:59 +0200 | [diff] [blame] | 103 | |
| stevenvanrossem | 7f397b6 | 2017-04-27 15:09:55 +0200 | [diff] [blame] | 104 | <div class="spacer"> </div> |
| stevenvanrossem | ba51a81 | 2017-04-23 01:22:59 +0200 | [diff] [blame] | 105 | |
| stevenvanrossem | 7f397b6 | 2017-04-27 15:09:55 +0200 | [diff] [blame] | 106 | <div class="panel panel-primary"> |
| 107 | <div class="panel-heading"><span>Placement Graph</span> </div> |
| 108 | <table class="table table-striped table-hover" id="table_graph"> |
| 109 | |
| 110 | </table> |
| 111 | </div> |
| 112 | <script src="js/d3.v3.min.js"></script> |
| 113 | <script src="js/graph.js" type="text/javascript"></script> |
| stevenvanrossem | ba51a81 | 2017-04-23 01:22:59 +0200 | [diff] [blame] | 114 | |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 115 | </div> |
| 116 | |
| stevenvanrossem | ee28ee3 | 2017-04-23 02:07:21 +0200 | [diff] [blame] | 117 | <footer class="footer text-center small">(c) 2017 by SONATA Consortium and Paderborn University and IMEC</footer> |
| peusterm | 0289b60 | 2017-01-11 19:16:28 +0100 | [diff] [blame] | 118 | |
| 119 | |
| 120 | </body> |
| 121 | |
| 122 | </html> |