server create, made help text for admins

This commit is contained in:
AVMG20 2021-11-07 16:39:29 +01:00
parent 7d36d3b1a4
commit ea2074f621

View file

@ -39,8 +39,10 @@
<div class="alert alert-danger p-2 m-2">
<h5><i class="icon fas fa-exclamation-circle"></i>{{__('Error!')}}</h5>
<p class="pl-4">
{{__('Make sure to link your products to nodes and eggs.')}} <br>
{{__('There has to be at least 1 valid product for server creation')}}
@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')}}
@endif
</p>
<ul>
@if($productCount === 0 )