Heimdall-Apps/FileBrowser/livestats.blade.php
Albin Médoc 5e5c110410
Make FileBrowser Enhanced App (#740)
* Make FileBrowser Enhanced App

* Remove initial values for FileBrowser data

* Dynamic unit for FileBrowser

* Fix lint error
2024-06-06 20:56:43 +02:00

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>