mirror of
https://github.com/linuxserver/Heimdall
synced 2025-10-06 00:32:45 +02:00
Remove refresh button for now as update code isn't ready yet
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
@endif
|
||||
</div>
|
||||
<a rel="noopener noreferrer" class="link{{ title_color($app->colour) }}"{!! $app->link_target !!} href="{{ $app->link }}"><i class="fas {{ $app->link_icon }}"></i></a>
|
||||
<?php /*
|
||||
@if($app->enhanced() === true && (bool)$app->getConfig()->enabled === true)
|
||||
<div class="tile-actions refresh">
|
||||
<div class="icon">
|
||||
@@ -20,6 +21,7 @@
|
||||
Refresh Stats
|
||||
</div>
|
||||
@endif
|
||||
*/ ?>
|
||||
</div>
|
||||
<a class="item-edit" href="{{ route($app->link_type.'.edit', [ $app->id ]) }}"><i class="fas fa-pencil"></i></a>
|
||||
@if((string)$app->appdescription !== '')<div class="tooltip">{{ $app->appdescription }}</div>@endif
|
||||
|
Reference in New Issue
Block a user