mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
* Make FileBrowser Enhanced App * Remove initial values for FileBrowser data * Dynamic unit for FileBrowser * Fix lint error
11 lines
314 B
PHP
11 lines
314 B
PHP
<ul class="livestats">
|
|
<li>
|
|
<span class="title">Used</span>
|
|
<strong>{!! $used["value"] !!}<span>{!! $used["unit"] !!}</span></strong>
|
|
</li>
|
|
<li>
|
|
<span class="title">Total</span>
|
|
<strong>{!! $total["value"] !!}<span>{!! $total["unit"] !!}</span></strong>
|
|
</li>
|
|
</ul>
|