Non-RT RIC Dashboard
Removed unused code.
Added Nordix to some copyright texts.
Change-Id: I5bb26466418d826bd4005689915c64ddd8630674
Issue-ID: NONRTRIC-61
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
diff --git a/dashboard/webapp-frontend/src/app/footer/footer.component.ts b/dashboard/webapp-frontend/src/app/footer/footer.component.ts
index e119d70..66430ec 100644
--- a/dashboard/webapp-frontend/src/app/footer/footer.component.ts
+++ b/dashboard/webapp-frontend/src/app/footer/footer.component.ts
@@ -3,6 +3,7 @@
* O-RAN-SC
* %%
* Copyright (C) 2019 AT&T Intellectual Property
+ * Modifications Copyright (C) 2019 Nordix Foundation
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -40,7 +41,8 @@
public ui: UiService ) { }
ngOnInit() {
- this.dashboardService.getVersion().subscribe((res: DashboardSuccessTransport) => this.dashboardVersion = res.data);
+ this.dashboardVersion = '0.0';
+ //this.dashboardService.getVersion().subscribe((res: DashboardSuccessTransport) => this.dashboardVersion = res.data);
this.ui.darkModeState.subscribe((isDark) => {
this.darkMode = isDark;
});