You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tooltip to Height field and rename Daily Email label
- Add tooltip to "Height (in)" explaining it's the maximum tank height/capacity
- Rename "Daily Email" to "Daily Report Email Recipient" for clarity
Co-authored-by: dorkmo <[email protected]>
<label class="field"><span>Level Change Threshold (in)<span class="tooltip-icon" tabindex="0" data-tooltip="Minimum level change in inches required before sending telemetry. Set to 0 to send all readings. Useful to reduce data usage by only reporting significant changes.">?</span></span><input id="levelChangeThreshold" type="number" step="0.1" value="0" placeholder="0 = disabled"></label>
<label class="field"><span><span class="height-label">Height (in)</span><span class="tooltip-icon" tabindex="0" data-tooltip="Maximum height or capacity of the tank in inches. Used to calculate fill percentage and set alarm thresholds relative to tank size.">?</span></span><input type="number" class="tank-height" value="120"></label>
0 commit comments