File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,6 @@ socket.on("data", function(data) {
3030 var cell = row . insertCell ( 0 ) ;
3131 cell . id = "sensors/co2/" + device ;
3232
33- cell = row . insertCell ( 0 ) ;
34- cell . id = "sensors/co/" + device ;
35-
36- cell = row . insertCell ( 0 ) ;
37- cell . id = "sensors/no2/" + device ;
38-
3933 cell = row . insertCell ( 0 ) ;
4034 cell . id = "sensors/pressure/" + device ;
4135
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ block content
1515 | <th style =" 14%; text-align : center " >Temperature</th >
1616 | <th style =" 14%; text-align : center " >Pressure</th >
1717 | <th style =" 14%; text-align : center " >Humidity</th >
18- | <th style =" 14%; text-align : center " >NO2</th >
19- | <th style =" 14%; text-align : center " >CO</th >
2018 | <th style =" 14%; text-align : center " >CO2</th >
2119 | </tr ></thead >
2220 | <tbody ></tbody >
You can’t perform that action at this time.
0 commit comments