Files
CloudDeploy/stacks/dashboard/config/www/SupportedApps/Jellyfin/livestats.blade.php

9 lines
220 B
PHP

<ul class="livestats">
@foreach ($visiblestats as $stat)
<li>
<span class="title">{!! $stat->title !!}</span>
<strong>{!! $stat->value !!}</strong>
</li>
@endforeach
</ul>