Sync hint

This commit is contained in:
1Day 2022-01-07 12:46:45 +01:00
parent 7dda50caff
commit 56cb9dbbd5

View file

@ -42,7 +42,9 @@
@if (Auth::user()->role == 'admin')
{{ __('Make sure to link your products to nodes and eggs.') }} <br>
{{ __('There has to be at least 1 valid product for server creation') }}
<a href="{{route('admin.overview.sync')}}">{{ __('Sync now') }}</a>
@endif
</p>
<ul>
@if ($productCount === 0)