diff options
author | 2016-09-20 15:56:22 +0200 | |
---|---|---|
committer | 2016-09-20 15:56:22 +0200 | |
commit | d7db6daf728540eaf7223eb077139690a7263115 (patch) | |
tree | 526f554d7644ad909b13468005e045eb6e5e5980 /utils/test/dashboard/opnfv_dashboard_tests.html | |
parent | 475b0290a9b3f8c95dba73ca25aafc483e38852c (diff) |
Remove Brhamaputra dashboard from repo
ELK is now the framework used for dashboarding
Change-Id: I3b56df32ab1dd16d23eb528addf599ba644df686
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils/test/dashboard/opnfv_dashboard_tests.html')
-rw-r--r-- | utils/test/dashboard/opnfv_dashboard_tests.html | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/utils/test/dashboard/opnfv_dashboard_tests.html b/utils/test/dashboard/opnfv_dashboard_tests.html deleted file mode 100644 index 424b525a3..000000000 --- a/utils/test/dashboard/opnfv_dashboard_tests.html +++ /dev/null @@ -1,32 +0,0 @@ -<!--
-##############################################################################
-# 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> </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>
|