summaryrefslogtreecommitdiffstats
path: root/ccsdk-app-os/src/main/webapp/app/fusion/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'ccsdk-app-os/src/main/webapp/app/fusion/scripts')
-rw-r--r--ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/footer.html2
-rw-r--r--ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/header-logo.html3
-rw-r--r--ccsdk-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html16
3 files changed, 20 insertions, 1 deletions
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 @@
<div class="divider-bottom-footer">
<div class="span12 footerLogo">
<p class="copyright-text">
- Copyright 2017 Open ECOMP and Linux Foundation. <span class="build_number">Build Number: {{build_number}}</span>
+ &copy; 2020 ONAP. The Linux Foundation. <span class="build_number">Build Number: {{build_number}}</span>
</p>
</div>
</div>
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 @@
+<div style="margin-right: 40px;"> <img src="app/ccsdk/images/onap_16x16.ico">
+ <span style="font-size: 16px;margin-left: 10px;">DCAE Dashboard</span>
+</div> \ 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 @@
+ <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>