fix
This commit is contained in:
		| @@ -18,10 +18,12 @@ | ||||
|     <div class="flex-1"></div> | ||||
| 
 | ||||
|     <div class="dropdown dropdown-bottom"> | ||||
|         <x-forms.button tabindex="0"> | ||||
|             Open | ||||
|             <x-chevron-down /> | ||||
|         </x-forms.button> | ||||
|         <label tabindex="0"> | ||||
|             <x-forms.button> | ||||
|                 Open | ||||
|                 <x-chevron-down /> | ||||
|             </x-forms.button> | ||||
|         </label> | ||||
|         <ul tabindex="0" | ||||
|             class="mt-1 text-xs text-white normal-case rounded min-w-max dropdown-content menu bg-coolgray-200"> | ||||
|             @if (data_get($application, 'fqdn')) | ||||
|   | ||||
| @@ -20,10 +20,12 @@ | ||||
|         </div> | ||||
|     @else | ||||
|         <div class="dropdown dropdown-bottom"> | ||||
|             <x-forms.button isHighlighted tabindex="0" class=""> | ||||
|                 Actions | ||||
|                 <x-chevron-down /> | ||||
|             </x-forms.button> | ||||
|             <label tabindex="0"> | ||||
|                 <x-forms.button isHighlighted> | ||||
|                     Actions | ||||
|                     <x-chevron-down /> | ||||
|                 </x-forms.button> | ||||
|             </label> | ||||
|             <ul tabindex="0" | ||||
|                 class="mt-1 text-xs text-white normal-case rounded min-w-max dropdown-content menu bg-coolgray-200"> | ||||
|                 <li> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andras Bacsai
					Andras Bacsai