summaryrefslogtreecommitdiffstats
path: root/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-02-18 17:41:14 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-18 17:41:14 +0000
commit363e03d53bf39f7da2608998a82f194abe7bb3dc (patch)
tree22d207cb6d88ccb7290dd2d99a91d8762a56a09f /ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html
parent7700459509e78a85115e20f459dcc803f00a788a (diff)
parent7019f6d9af89b6fadc72d3d9f1f303b5278e7555 (diff)
Merge "DCAE dashboard updates ver 1.3.0"
Diffstat (limited to 'ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html')
-rw-r--r--ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html b/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html
new file mode 100644
index 0000000..1c90f97
--- /dev/null
+++ b/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html
@@ -0,0 +1,16 @@
+ <html>
+ <head>
+ <title>Redirecting</title>
+ <meta http-equiv="refresh" content="0;URL='ecd#'" />
+ <style>
+ body {
+ font-family: Sans-Serif;
+ }
+ </style>
+ </head>
+ <body>
+ <p>
+ Redirecting to the <a href="ecd#">DCAE Dashboard</a>..
+ </p>
+ </body>
+</html>