ajout heimdall
This commit is contained in:
17
heimdall/config/www/SupportedApps/Heimdall/livestats.blade.php
Executable file
17
heimdall/config/www/SupportedApps/Heimdall/livestats.blade.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<ul class="livestats">
|
||||
@if($error === true)
|
||||
<li>
|
||||
<span class="title">Error</span>
|
||||
<strong>{!! $statusCode !!}</strong>
|
||||
</li>
|
||||
@else
|
||||
<li>
|
||||
<span class="title">Users</span>
|
||||
<strong>{!! $users !!}</strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="title">Items</span>
|
||||
<strong>{!! $items !!}</strong>
|
||||
</li>
|
||||
@endif
|
||||
</ul>
|
||||
Reference in New Issue
Block a user