From b7f5ec6354b06cfb3dce73ea482070e96b4a44b9 Mon Sep 17 00:00:00 2001
From: Mattia Mancini <mancini@astron.nl>
Date: Mon, 10 Dec 2018 10:15:10 +0000
Subject: [PATCH] OSB-35: updating the station test view to map the format of
 the api response

---
 LCU/Maintenance/MDB_WebView/maintenancedb_view/package.json     | 2 +-
 .../maintenancedb_view/src/components/StationTestChildView.js   | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/LCU/Maintenance/MDB_WebView/maintenancedb_view/package.json b/LCU/Maintenance/MDB_WebView/maintenancedb_view/package.json
index 71ecd35651f..b9431532ea0 100644
--- a/LCU/Maintenance/MDB_WebView/maintenancedb_view/package.json
+++ b/LCU/Maintenance/MDB_WebView/maintenancedb_view/package.json
@@ -2,7 +2,7 @@
   "name": "maintenancedb_view",
   "version": "0.1.0",
   "description": "WebPage meant to display the content of the maintenance db in the web browser,",
-  "proxy": "http://lofarmonitortest.control.lofar",
+  "proxy": "http://localhost:8000",
   "scripts": {
     "flow": "flow",
     "build-css": "node-sass-chokidar src/ -o src/",
diff --git a/LCU/Maintenance/MDB_WebView/maintenancedb_view/src/components/StationTestChildView.js b/LCU/Maintenance/MDB_WebView/maintenancedb_view/src/components/StationTestChildView.js
index 962e23d5faf..0f6fb0e3959 100644
--- a/LCU/Maintenance/MDB_WebView/maintenancedb_view/src/components/StationTestChildView.js
+++ b/LCU/Maintenance/MDB_WebView/maintenancedb_view/src/components/StationTestChildView.js
@@ -159,8 +159,6 @@ class StationTestChildViewC extends Component {
                </div>;
     }
 }
-
-
 /* Add some magic; use the AutoLoadWrapper to create a HOC that handles the
    auto-loading of the data for StationOverviewC.
  */
-- 
GitLab