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

11 lines
290 B
PHP
Executable File

<ul class="livestats">
<li>
<span class="title">Channels</span>
<strong>{!! $number_of_channels !!}</strong>
</li>
<li>
<span class="title">Tuners<br/>In Use</span>
<strong>{!! $tuners_in_use !!} of {!! $tuners_total !!}</strong>
</li>
</ul>