aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/index.dev.html
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-01-08 20:22:32 +0000
committerGerrit Code Review <gerrit@onap.org>2024-01-08 20:22:32 +0000
commitbcdc27548c306574a58b47d923509abc6f616719 (patch)
treed738ec5055fde7d13d8c881233c9d7d24678d322 /sdnr/wt/odlux/framework/src/index.dev.html
parent2466688813df1742d0b21222bcd5d3f4276f9440 (diff)
parentc5b8756512cb6dfbb0093514af7924cb3e78699b (diff)
Merge "Delete wt/odlux directory"
Diffstat (limited to 'sdnr/wt/odlux/framework/src/index.dev.html')
-rw-r--r--sdnr/wt/odlux/framework/src/index.dev.html35
1 files changed, 0 insertions, 35 deletions
diff --git a/sdnr/wt/odlux/framework/src/index.dev.html b/sdnr/wt/odlux/framework/src/index.dev.html
deleted file mode 100644
index 69c5f0607..000000000
--- a/sdnr/wt/odlux/framework/src/index.dev.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <!-- <link rel="stylesheet" href="./vendor.css" > -->
- <title>O D L UX</title>
-</head>
-
-<body>
- <div id="app"></div>
- <script type="text/javascript" src="./require.js"></script>
- <script type="text/javascript" src="./config.js"></script>
- <script >
- // window._odluxExtraLinks = [
- // ["imprint","https://some-url-to-imprint"],
- // ["privacy declaration", "https://some-url-to-privacy-declaration"]
- // ]
- </script>
- <script>
- // run the application
- require(["app" ,"connectApp","faultApp"/*,"inventoryApp","helpApp"*/], function (app,connectApp,faultApp,/*inventoryApp,helpApp*/) {
- connectApp.register();
- faultApp.register();
- // inventoryApp.register();
- // helpApp.register();
- app("./app.tsx").configureApplication({ authentication:"basic", enablePolicy: false, transportpceUrl:"http://test.de"});
- app("./app.tsx").runApplication();
- });
- </script>
-</body>
-
-</html> \ No newline at end of file