Skip to content

Commit

Permalink
add keypattern to template
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Bähr committed Nov 23, 2023
1 parent e1adfe1 commit 5495498
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
{% block widget_content %}
<div class="row">
<div class="col-md-12">
<dl class="row">
{{ plugin.description }}
</dl>
<dl class="row">Description: {{ plugin.description }}</dl>
<dl class="row">Key Pattern: {{ plugin.keyPattern }}</dl>
{{ createActionButton('/cache-manager-gui/index/delete?name=' ~ plugin.name, 'Delete' | trans) }}
</div>
</div>
Expand Down

0 comments on commit 5495498

Please sign in to comment.