Battery charge interval was not editable and not shown anywhere

This commit is contained in:
Bernd Bestel
2018-07-26 17:28:30 +02:00
parent aaa270a52f
commit 9e493430d8
3 changed files with 12 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
<th>{{ $L('Name') }}</th>
<th>{{ $L('Description') }}</th>
<th>{{ $L('Used in') }}</th>
<th>{{ $L('Charge cycle interval (days)') }}</th>
</tr>
</thead>
<tbody>
@@ -54,6 +55,9 @@
<td>
{{ $battery->used_in }}
</td>
<td>
{{ $battery->charge_interval_days }}
</td>
</tr>
@endforeach
</tbody>