mirror of
https://github.com/grocy/grocy.git
synced 2025-08-29 17:26:03 +00:00
Battery charge interval was not editable and not shown anywhere
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user