summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/index.html
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-06 20:30:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-06 20:30:42 +0000
commit5219087382301e0534c4e565ca7fbad987e6d9f7 (patch)
tree8397045ed62131c2bcdf56f28c57093e6fc3b84b /sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/index.html
parentf11896c6ef3d30b61eae386e1cd842088175bc95 (diff)
parente91c316e653979d96c43fd107895be80b33832fc (diff)
Merge "junit tests devicemanager"
Diffstat (limited to 'sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/index.html')
-rw-r--r--sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/index.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/index.html b/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/index.html
deleted file mode 100644
index 8b5c3ee9d..000000000
--- a/sdnr/wt/devicemanager/provider/src/test/resources/elasticsearch/plugins/head/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-
-<html>
- <head>
- <meta charset="UTF-8">
- <title>elasticsearch-head</title>
- <link rel="stylesheet" href="_site/base/reset.css">
- <link rel="stylesheet" href="_site/vendor.css">
- <link rel="stylesheet" href="_site/app.css">
- <script src="_site/i18n.js" data-baseDir="_site/lang" data-langs="en,fr,pt,zh,tr"></script>
- <script src="_site/vendor.js"></script>
- <script src="_site/app.js"></script>
- <script>
- window.onload = function() {
- if(location.href.contains("/_plugin/")) {
- var base_uri = location.href.replace(/_plugin\/.*/, '');
- }
- var args = location.search.substring(1).split("&").reduce(function(r, p) {
- r[decodeURIComponent(p.split("=")[0])] = decodeURIComponent(p.split("=")[1]); return r;
- }, {});
- new app.App("body", {
- id: "es",
- base_uri: args["base_uri"] || base_uri,
- auth_user : args["auth_user"] || "",
- auth_password : args["auth_password"],
- dashboard: args["dashboard"]
- });
- };
- </script>
- <link rel="icon" href="base/favicon.png" type="image/png">
- </head>
- <body></body>
-</html>