diff options
author | 2020-02-13 16:39:57 -0500 | |
---|---|---|
committer | 2020-02-18 10:11:47 -0500 | |
commit | 7019f6d9af89b6fadc72d3d9f1f303b5278e7555 (patch) | |
tree | fdd79713623b4349b64aa09a7aacb61ae2174787 /ccsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html | |
parent | c73866cf44cad2be9a91ea1e2a3a77fcc29d9c2a (diff) |
DCAE dashboard updates ver 1.3.0
Update DB Schema to include new menu items for API doc
Update the page footer for latest copyright
Issue-ID: DCAEGEN2-1856
Issue-ID: DCAEGEN2-1556
Change-Id: Ia7f52b6f0151db62f2155fa26d0f50a1157e7481
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Diffstat (limited to 'ccsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html')
-rw-r--r-- | ccsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ccsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html b/ccsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html deleted file mode 100644 index 1c90f97..0000000 --- a/ccsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html +++ /dev/null @@ -1,16 +0,0 @@ - <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> |