Skip to content

Commit

Permalink
fix: Santa configuration list wrong placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzi authored Nov 7, 2023
1 parent e47b902 commit bd35e56
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ <h3 class="m-0">Configuration{{ configuration_count|pluralize }} ({{ configurat
{% else %}
{% if perms.osquery.add_configuration %}
{% url 'osquery:create_configuration' as link %}
{% no_entities 'Feeds' link %}
{% no_entities 'Configurations' link %}
{% else %}
{% no_entities 'Feeds' %}
{% no_entities 'Configurations' %}
{% endif %}
{% endif %}

Expand Down

0 comments on commit bd35e56

Please sign in to comment.