diff --git a/AKModel/templates/admin/AKModel/status/status.html b/AKModel/templates/admin/AKModel/status/status.html index 5918aaf32fff6f1ef5cc964e3627e7dd611cc6d6..0a883762a7d699b475e3b49e1734ea2ad9a8bb18 100644 --- a/AKModel/templates/admin/AKModel/status/status.html +++ b/AKModel/templates/admin/AKModel/status/status.html @@ -15,13 +15,13 @@ <div class="card-header"> {% if widget.actions %} <div class="float-end"> - <a class="" data-bs-toggle="dropdown" aria-expanded="false"> - {% fa6_icon "ellipsis-vertical" %} + <a style="cursor: pointer;" data-bs-toggle="dropdown" aria-expanded="false"> + {% fa6_icon "ellipsis-vertical" %} </a> <ul class="dropdown-menu dropdown-menu-end"> {% for action in widget.actions %} - <li> - <a class="dropdown-item" href="{{ action.url }}">{{ action.text }}</a> + <li class="dropdown-item"> + <a href="{{ action.url }}">{{ action.text }}</a> </li> {% endfor %} </ul>