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