fix
This commit is contained in:
parent
4c40eedffb
commit
eae167f8bd
2 changed files with 12 additions and 8 deletions
|
|
@ -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 @@ class="mt-1 text-xs text-white normal-case rounded min-w-max dropdown-content me
|
|||
</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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue