@@ -520,6 +520,23 @@ <h3>{{'SENSORS' | translate}}</h3>
520520 </ div >
521521 </ div >
522522 </ div >
523+ < div class ="row ">
524+ < div class ="col-lg-8 col-md-8 col-sm-8 col-xs-6 "
525+ style ="border-right: 1px solid #e1e4e8; ">
526+ < div style ="text-align: left; ">
527+ < div class ="checkbox checkbox-success checkbox-inline "
528+ style ="vertical-align: middle; ">
529+ < input type ="checkbox " id ="sps30 " ng-true-value ="'sps30' "
530+ ng-false-value ="'' " ng-model ="register.newModel.sensors.sps30 ">
531+ < label for ="sps30 "> </ label >
532+ </ div >
533+ < img
534+ src ="https://raw.githubusercontent.com/sensebox/resources/master/images/home/sps30.png "
535+ style ="vertical-align: middle; height: 90px; width: 90px; " />
536+ < span style ="vertical-align: middle; "> {{'SENSOR_PM_SPS'| translate }}</ span >
537+ </ div >
538+ </ div >
539+ </ div >
523540 </ div >
524541 </ div >
525542 </ li >
@@ -880,6 +897,66 @@ <h4>CO<sub>2</sub></h4>
880897 </ div >
881898 </ div >
882899 </ div >
900+ < div class ="col-sm-3 col-md-3 col-lg-3 ">
901+ < div class ="thumbnail ">
902+ < img
903+ src ="https://raw.githubusercontent.com/sensebox/resources/master/images/home/sps30.png "
904+ style ="vertical-align: middle; height: 90px; width: 90px; " alt ="">
905+ < div class ="caption ">
906+ < h4 > Feinstaub PM1< sub > </ sub > </ h4 >
907+ < p > (SPS30)</ p >
908+ < p >
909+ < button type ="button " class ="btn btn-success "
910+ ng-click ="register.addSensorTemplate('SPS30_PM1') "> {{'ADD_SENSOR'|translate}}</ button >
911+ </ p >
912+ </ div >
913+ </ div >
914+ </ div >
915+ < div class ="col-sm-3 col-md-3 col-lg-3 ">
916+ < div class ="thumbnail ">
917+ < img
918+ src ="https://raw.githubusercontent.com/sensebox/resources/master/images/home/sps30.png "
919+ style ="vertical-align: middle; height: 90px; width: 90px; " alt ="">
920+ < div class ="caption ">
921+ < h4 > Feinstaub PM25< sub > </ sub > </ h4 >
922+ < p > (SPS30)</ p >
923+ < p >
924+ < button type ="button " class ="btn btn-success "
925+ ng-click ="register.addSensorTemplate('SPS30_PM25') "> {{'ADD_SENSOR'|translate}}</ button >
926+ </ p >
927+ </ div >
928+ </ div >
929+ </ div >
930+ < div class ="col-sm-3 col-md-3 col-lg-3 ">
931+ < div class ="thumbnail ">
932+ < img
933+ src ="https://raw.githubusercontent.com/sensebox/resources/master/images/home/sps30.png "
934+ style ="vertical-align: middle; height: 90px; width: 90px; " alt ="">
935+ < div class ="caption ">
936+ < h4 > Feinstaub PM4< sub > </ sub > </ h4 >
937+ < p > (SPS30)</ p >
938+ < p >
939+ < button type ="button " class ="btn btn-success "
940+ ng-click ="register.addSensorTemplate('SPS30_PM4') "> {{'ADD_SENSOR'|translate}}</ button >
941+ </ p >
942+ </ div >
943+ </ div >
944+ </ div >
945+ < div class ="col-sm-3 col-md-3 col-lg-3 ">
946+ < div class ="thumbnail ">
947+ < img
948+ src ="https://raw.githubusercontent.com/sensebox/resources/master/images/home/sps30.png "
949+ style ="vertical-align: middle; height: 90px; width: 90px; " alt ="">
950+ < div class ="caption ">
951+ < h4 > Feinstaub PM10< sub > </ sub > </ h4 >
952+ < p > (SPS30)</ p >
953+ < p >
954+ < button type ="button " class ="btn btn-success "
955+ ng-click ="register.addSensorTemplate('SPS30_PM10') "> {{'ADD_SENSOR'|translate}}</ button >
956+ </ p >
957+ </ div >
958+ </ div >
959+ </ div >
883960 </ div >
884961 < br >
885962 < hr >
0 commit comments