mirror of
https://github.com/grocy/grocy.git
synced 2025-08-28 17:10:11 +00:00
15 lines
516 B
PHP
15 lines
516 B
PHP
@push('componentScripts')
|
|
<script src="/viewjs/components/batterycard.js"></script>
|
|
@endpush
|
|
|
|
<div class="main well">
|
|
|
|
<h3>Battery overview <strong><span id="batterycard-battery-name"></span></strong></h3>
|
|
|
|
<p>
|
|
<strong>Charge cycles count:</strong> <span id="batterycard-battery-charge-cycles-count"></span><br>
|
|
<strong>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>
|