Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hints for Sensor.Community setup #448

Merged
merged 2 commits into from
May 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion app/views/account.box.register.html
Original file line number Diff line number Diff line change
Expand Up @@ -972,9 +972,16 @@ <h4>CO<sub>2</sub></h4>
</div>
<div uib-accordion-group class="panel-default" is-open="register.open.luftdaten">
<uib-accordion-heading>
luftdaten.info <i class="pull-right glyphicon"
Sensor.Community (luftdaten.info) <i class="pull-right glyphicon"
ng-class="{'glyphicon-chevron-down': register.open.collapse2, 'glyphicon-chevron-right': !register.open.collapse2}"></i>
</uib-accordion-heading>

<!-- Hint for non predefined devices -->
<div class="alert alert-info" role="alert">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
{{'LD_INFO_PREDEF_DEVICES' | translate}}
</div>

<div class="radio radio-success">
<input type="radio" name="model" id="luftdaten-sds011" value="luftdaten_sds011"
ng-model="register.modelSelected.id" required>
Expand Down Expand Up @@ -1097,6 +1104,7 @@ <h4>CO<sub>2</sub></h4>
<br>
<div uib-alert class="alert-info" ng-bind-html="'CUSTOMBOX'|translate">
</div>
<div class="alert alert-info" ng-bind-html="'CUSTOMBOX_LD_DEVICE_INFO'|translate"></div>
<br>
<table class="table table-striped table-bordered">
<thead>
Expand Down