diff --git a/app/templates/views/api-keys.html b/app/templates/views/api-keys.html index 6f1ce19ae..c28089159 100644 --- a/app/templates/views/api-keys.html +++ b/app/templates/views/api-keys.html @@ -26,24 +26,25 @@ caption_visible=false, field_headings=[ 'API keys', - hidden_field_heading('Key type'), hidden_field_heading('Action') ], ) %} {% call field() %} - {{ item.name }} - {% endcall %} - {% call field(status='default') %} - {% if item.key_type == 'normal' %} - Normal - {% elif item.key_type == 'team' %} - Only sends to team members - {% elif item.key_type == 'test' %} - Simulates sending messages - {% endif %} +
+ {{ item.name }} + + {% if item.key_type == 'normal' %} + Normal + {% elif item.key_type == 'team' %} + Only sends to team members + {% elif item.key_type == 'test' %} + Simulates sending messages + {% endif %} + +
{% endcall %} {% if item.expiry_date %} - {% call field(align='right', status='default') %} + {% call field(align='right') %} Revoked {{ item.expiry_date|format_datetime }} {% endcall %} {% else %}