mirror of
https://github.com/grocy/grocy.git
synced 2025-08-27 16:05:18 +00:00
17 lines
534 B
PHP
17 lines
534 B
PHP
@extends('layout.basecomponent')
|
|
|
|
@section('componentJsName', 'batterycard')
|
|
|
|
@section('componentContent')
|
|
<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>
|
|
@stop
|