Skip to content
Snippets Groups Projects
Commit c69cb779 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Minor design improvements for status views

parent 3513bf0d
Branches feature-modular-status
No related tags found
No related merge requests found
...@@ -15,13 +15,13 @@ ...@@ -15,13 +15,13 @@
<div class="card-header"> <div class="card-header">
{% if widget.actions %} {% if widget.actions %}
<div class="float-end"> <div class="float-end">
<a class="" data-bs-toggle="dropdown" aria-expanded="false"> <a style="cursor: pointer;" data-bs-toggle="dropdown" aria-expanded="false">
{% fa6_icon "ellipsis-vertical" %} &nbsp;{% fa6_icon "ellipsis-vertical" %}&nbsp;
</a> </a>
<ul class="dropdown-menu dropdown-menu-end"> <ul class="dropdown-menu dropdown-menu-end">
{% for action in widget.actions %} {% for action in widget.actions %}
<li> <li class="dropdown-item">
<a class="dropdown-item" href="{{ action.url }}">{{ action.text }}</a> <a href="{{ action.url }}">{{ action.text }}</a>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment