master
kek7198 2021-12-31 14:46:26 -06:00
parent 86d8ebaa43
commit 5ba9dbcb9d
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@
<div class="dropdown">
<button class="block px-4 py-2 bg-gradient-to-t from-gray-200 to-gray-100 focus:from-gray-100 focus:to-gray-200 border border-gray-300 rounded-md text-shadow shadow-inset-t-white-10 text-sm font-bold text-gray-700 focus:text-gray-900 focus:shadow-inner focus:outline-none dropdown-toggle" type="button" id="dropdownLogActionSortsButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{% if type %}
<i class="fas {{types[type]['icon']}} fa-fw mr-2"></i>{{type}}
<i class="fas {{types[type]['icon']}} fa-fw mr-2 w-6 h-6"></i>{{type}}
{% else %}
<i class="fas fa-broom fa-fw mr-2"></i>All
<i class="fas fa-broom fa-fw mr-2 w-6 h-6"></i>All
{% endif %}
</button>
<ul class="dropdown-menu w-56 bg-gray-900 rounded-md shadow-lg" aria-labelledby="dropdownLogActionSortsButton" x-placement="bottom-start">