Remove refresh button for now as update code isn't ready yet
This commit is contained in:
parent
becbe5ab96
commit
72c70e27f2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue