From 7019f6d9af89b6fadc72d3d9f1f303b5278e7555 Mon Sep 17 00:00:00 2001 From: "Kotagiri, Ramprasad (rp5662)" Date: Thu, 13 Feb 2020 16:39:57 -0500 Subject: 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) --- .../app/fusion/scripts/DS2-view-models/footer.html | 2 +- .../app/fusion/scripts/DS2-view-models/header-logo.html | 3 +++ .../app/fusion/scripts/DS2-view-models/welcome.html | 16 ++++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/header-logo.html create mode 100644 ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html (limited to 'ccsdk-app-os/src/main/webapp/app/fusion') diff --git a/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/footer.html b/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/footer.html index f4d8d7e..65ac372 100644 --- a/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/footer.html +++ b/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/footer.html @@ -4,7 +4,7 @@ diff --git a/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/header-logo.html b/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/header-logo.html new file mode 100644 index 0000000..942af9b --- /dev/null +++ b/ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/header-logo.html @@ -0,0 +1,3 @@ +
+ DCAE Dashboard +
\ No newline at end of file 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 @@ + + + Redirecting + + + + +

+ Redirecting to the DCAE Dashboard.. +

+ + -- cgit 1.2.3-korg