summaryrefslogtreecommitdiffstats
path: root/dashboard/opnfv_dashboard_tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/opnfv_dashboard_tests.html')
-rw-r--r--dashboard/opnfv_dashboard_tests.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/dashboard/opnfv_dashboard_tests.html b/dashboard/opnfv_dashboard_tests.html
new file mode 100644
index 0000000..424b525
--- /dev/null
+++ b/dashboard/opnfv_dashboard_tests.html
@@ -0,0 +1,32 @@
+<!--
+##############################################################################
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+-->
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9">
+ <title>OPNFV Functest Dashboard</title>
+ <script type="text/javascript" src="js/dygraph-combined.js"></script>
+ <script type="text/javascript" src="js/jquery-2.2.0.min.js"></script>
+ <script type="text/javascript" src="js/opnfv_dashboard_tests_conf.js"></script>
+ <link rel="stylesheet" href="css/bootstrap.min.css">
+ <script src="js/bootstrap.min.js"></script>
+ <link rel="stylesheet" href="css/opnfv_dashboard_tests.css">
+ <script type="text/javascript" src="js/opnfv_dashboard_tests.js"></script>
+ </head>
+ <body>
+ <div id="title" class="container">FuncTest dashboard
+ <p>&nbsp;</p>
+ <div id="installers"></div>
+ <div id="pods" style="float:right"></div>
+ <div id="testcase" class="dropdown" style="float:left"></div>
+ <div id="testcase_selected" style="float:left"></div>
+ </div>
+ </body>
+</html>