Files
grocy/views/components/batterycard.blade.php

15 lines
516 B
PHP
Raw Normal View History

2018-04-15 09:41:53 +02:00
@push('componentScripts')
<script src="/viewjs/components/batterycard.js"></script>
@endpush
2018-04-14 11:10:38 +02:00
<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>