mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
* Added basal and careportal to default plugins
* Changed report BG target to allow fractional numbers
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ function init () {
|
||||
}
|
||||
|
||||
//TODO: getting sent in status.json, shouldn't be
|
||||
settings.DEFAULT_FEATURES = ['bgnow', 'delta', 'direction', 'timeago', 'devicestatus', 'upbat', 'errorcodes', 'profile', 'dbsize', 'runtimestate'];
|
||||
settings.DEFAULT_FEATURES = ['bgnow', 'delta', 'direction', 'timeago', 'devicestatus', 'upbat', 'errorcodes', 'profile', 'dbsize', 'runtimestate', 'basal', 'careportal'];
|
||||
|
||||
var wasSet = [];
|
||||
|
||||
|
||||
@@ -94,9 +94,9 @@
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<span class="translate">Target BG range bottom</span>:
|
||||
<input type="number" size="3" id="rp_targetlow">
|
||||
<input type="number" size="3" step="0.1" id="rp_targetlow">
|
||||
<span class="translate">top</span>:
|
||||
<input type="number" size="3" id="rp_targethigh">
|
||||
<input type="number" size="3" step="0.1" id="rp_targethigh">
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user