mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Added sensor code transmitter ID fields (#6780)
* Copied #5442 - Duplicated @c-robertson's work * Added tx id and sensor code to tooltip * Added swagger docs for the new fields * Added missing language keys * Added new fields to sage plugin display Co-authored-by: Sulka Haro <sulka@sulka.net>
This commit is contained in:
@@ -375,6 +375,18 @@
|
||||
</label>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="sensorInfo">
|
||||
<legend class="translate">Sensor</legend>
|
||||
<label id="sensorCodeLabel" for="sensorCode" class="left-column short-label">
|
||||
<span class="translate">Sensor Code</span>
|
||||
<input type="text" id="sensorCode" />
|
||||
</label>
|
||||
<label id="txIdLabel" for="transmitterId" class="left-column short-label">
|
||||
<span class="translate">Tx ID</span>
|
||||
<input type="text" id="transmitterId" />
|
||||
</label>
|
||||
</fieldset>
|
||||
|
||||
<label id="insulinGivenLabel" for="insulinGiven" class="left-column short-label">
|
||||
<span class="translate">Insulin Given</span>
|
||||
<input type="number" step="any" min="0" id="insulinGiven" placeholder="Amount in units" class="titletranslate" pattern="[0-9.,]*">
|
||||
|
||||
Reference in New Issue
Block a user