1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

fix user key styles

This commit is contained in:
checktheroads
2021-04-16 16:02:56 -07:00
parent fb25c79b9c
commit 726ab7fc05
2 changed files with 7 additions and 7 deletions

View File

@@ -51,9 +51,9 @@
{% empty %}
<p>You do not have any API tokens.</p>
{% endfor %}
<a href="{% url 'user:token_add' %}" class="btn btn-primary">
<a href="{% url 'user:token_add' %}" class="btn btn-sm btn-primary my-3">
<span class="mdi mdi-plus-thick" aria-hidden="true"></span>
Add a token
Add a Token
</a>
</div>
</div>