mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
* Improve config fields for all enhanced apps * Further standardised password fields * Standardised API Key field * Standardised all overwrite url fields * Standardise Username field * Standardise password field * Update package-lock.json * Put all blade files through a Blade formatter Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk>
11 lines
252 B
PHP
11 lines
252 B
PHP
<ul class="livestats">
|
|
<li>
|
|
<span class="title">Queue</span>
|
|
<strong>{!! $queue !!}</strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">{!! $second_label !!}</span>
|
|
<strong>{!! $second_value !!}</strong>
|
|
</li>
|
|
</ul>
|