From 0e4adc89b03e9a948919ca613182d39f6fcfb9ec Mon Sep 17 00:00:00 2001 From: Pascal Biermann <70135348+biermapa@users.noreply.github.com> Date: Wed, 3 May 2023 14:40:19 +0200 Subject: [PATCH] Update Main.js --- src/public/modules/Main.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/public/modules/Main.js b/src/public/modules/Main.js index 49bede3..d62f47b 100644 --- a/src/public/modules/Main.js +++ b/src/public/modules/Main.js @@ -34,7 +34,7 @@ class Main extends Component { super(props) this.socket = props.socket.client - this.defaults = "sql_db" + this.defaults = "prod" // this.defaults = "pascal2" // TODO: was macht das/kann das entfernt werden/ersertzt? @@ -184,6 +184,14 @@ class Main extends Component { stationList_string: "Coronastation", patientID: "Patient102", }, + prod:{ + starttime: "2021-01-01", + endtime: "2021-01-02", + patientList_string: "", + pathogenList_string: "", + stationList_string: "", + patientID: "", + }, pathogenList_string: "COV", stationList_string: "Station 14", }