* Added basal and careportal to default plugins

* Changed report BG target to allow fractional numbers
This commit is contained in:
Sulka Haro
2020-11-15 10:30:29 +02:00
parent d7f472aad6
commit a9692d19b7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 = [];
+2 -2
View File
@@ -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>