Remove refresh button for now as update code isn't ready yet

This commit is contained in:
Kode 2022-03-16 18:39:47 +00:00
parent becbe5ab96
commit 72c70e27f2

View file

@ -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