mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Fixed styling of no API tokens yet message
This commit is contained in:
parent
3e693642b6
commit
56d120cd08
2 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
{% if user.apiTokens.empty %}
|
||||
<br><br>
|
||||
<b>{% trans %}user.settings.api_tokens.no_api_tokens_yet{% endtrans %}</b>
|
||||
<br><br>
|
||||
{% else %}
|
||||
<form action="{{ path('user_api_tokens_delete') }}" method="post"
|
||||
{{ stimulus_controller('elements/delete_btn') }} {{ stimulus_action('elements/delete_btn', "submit", "submit") }}
|
||||
|
|
|
@ -11789,5 +11789,11 @@ Please note, that you can not impersonate a disabled user. If you try you will g
|
|||
<target>API token deleted successfully!</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="TFTBy25" name="user.settings.api_tokens.no_api_tokens_yet">
|
||||
<segment>
|
||||
<source>user.settings.api_tokens.no_api_tokens_yet</source>
|
||||
<target>No API tokens configured yet.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue