ajout heimdall
This commit is contained in:
19
heimdall/config/www/SupportedApps/ArchiSteamFarm/livestats.blade.php
Executable file
19
heimdall/config/www/SupportedApps/ArchiSteamFarm/livestats.blade.php
Executable file
@@ -0,0 +1,19 @@
|
||||
<ul class="livestats">
|
||||
@if(isset($time_left))
|
||||
<li>
|
||||
<span class="title">Time</span>
|
||||
<strong>{{ $time_left }}</strong>
|
||||
</li>
|
||||
@else
|
||||
<li>
|
||||
<span class="title">Connection failed</span>
|
||||
<strong></strong>
|
||||
</li>
|
||||
@endif
|
||||
@if(isset($cards_left))
|
||||
<li>
|
||||
<span class="title">Cards</span>
|
||||
<strong>{{ $cards_left }}</strong>
|
||||
</li>
|
||||
@endif
|
||||
</ul>
|
||||
Reference in New Issue
Block a user