Skip to content

Commit

Permalink
added reference mpsk table
Browse files Browse the repository at this point in the history
added the href to the table showing the mpsk clients
#498
  • Loading branch information
agmes4 committed Jan 19, 2025
1 parent 888852d commit 2b89a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sipa/templates/usersuite/_index_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ <h2 id="hot-buttons">{{ _("Häufige Aktionen") }}</h2>

<div>
{% if current_user.mpsks_clients %}
<a href="">Create clients</a>
<a href="{{ url_for('.view_mpsk') }}">Create clients</a>
{% else %}
<a href="" class="btn btn-outline-secondary" title="{{ _('Editieren IOT Geräte') }}">Clients </a>
<a href="{{ url_for('.view_mpsk') }}" class="btn btn-outline-secondary" title="{{ _('Editieren IOT Geräte') }}">Clients </a>
{% endif %}
</div>

Expand Down

0 comments on commit 2b89a2f

Please sign in to comment.