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

5 lines
237 B
PHP
Executable File

<ul class="livestats">
<li><span class="title">RUN: {{ $running_count}}</span><strong>{!! $download_rate !!}</strong></li>
<li><span class="title">DONE: {{ $stopped_count }}</span><strong>{!! $upload_rate !!}</strong></li>
</ul>