Files
docker-configs/heimdall/config/www/SupportedApps/FoldingHome/livestats.blade.php
2025-01-01 11:24:01 +01:00

11 lines
236 B
PHP
Executable File

<ul class="livestats">
<li>
<span class="title">{{ $status }}</span>
<strong>{!! $progress !!}</strong>
</li>
<li>
<span class="title">ETA</span>
<strong>{!! $eta !!}</strong>
</li>
</ul>