mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
16 lines
643 B
PHP
16 lines
643 B
PHP
@push('componentScripts')
|
|
<script src="/viewjs/components/batterycard.js"></script>
|
|
@endpush
|
|
|
|
<div class="main well">
|
|
|
|
<h3>{{ $L('Battery overview') }} <strong><span id="batterycard-battery-name"></span></strong></h3>
|
|
|
|
<p>
|
|
<strong>{{ $L('Used in') }}:</strong> <span id="batterycard-battery-used_in"></span><br>
|
|
<strong>{{ $L('Charge cycles count') }}:</strong> <span id="batterycard-battery-charge-cycles-count"></span><br>
|
|
<strong>{{ $L('Last charged') }}:</strong> <span id="batterycard-battery-last-charged"></span> <time id="batterycard-battery-last-charged-timeago" class="timeago timeago-contextual"></time><br>
|
|
</p>
|
|
|
|
</div>
|