Fixes of the darkMode
Fixed some tslint warnings
Change-Id: I66602b55746f23131a14d614a170b74f0158473f
Issue-ID: NONRTRIC-61
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
diff --git a/dashboard/webapp-frontend/src/app/footer/footer.component.html b/dashboard/webapp-frontend/src/app/footer/footer.component.html
index 2970209..eca6cf3 100644
--- a/dashboard/webapp-frontend/src/app/footer/footer.component.html
+++ b/dashboard/webapp-frontend/src/app/footer/footer.component.html
@@ -18,10 +18,10 @@
limitations under the License.
========================LICENSE_END===================================
-->
-<div class="copyright__text" [ngClass]="{'footer-dark': darkMode}">
+<div class="copyright__text" [ngClass]="{'copyright__text-dark': darkMode}">
Copyright (C) 2019 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0.
- <br/>
+ <br />
Modifications Copyright (C) 2019 Nordix Foundation
- <br/>
+ <br />
Version {{dashboardVersion}}
-</div>
+</div>
\ No newline at end of file