diff --git a/app/assets/stylesheets/components/table.scss b/app/assets/stylesheets/components/table.scss index 79f5eae88..4342891e0 100644 --- a/app/assets/stylesheets/components/table.scss +++ b/app/assets/stylesheets/components/table.scss @@ -111,7 +111,12 @@ } -.table-field-heading { +.table-field-headings, +.table-field-headings-visible { + + th { + @include bold-19; + } .dashboard-table &-first { width: 52.5%; diff --git a/app/templates/main_nav.html b/app/templates/main_nav.html index 1fdfb461c..f812e1977 100644 --- a/app/templates/main_nav.html +++ b/app/templates/main_nav.html @@ -58,7 +58,7 @@
  • Team members
  • {% endif %} {% if current_user.has_permissions(['manage_api_keys']) %} -
  • API keys
  • +
  • API integration
  • {% endif %} diff --git a/app/templates/views/api-keys.html b/app/templates/views/api-keys.html index e44d5a718..e231928c6 100644 --- a/app/templates/views/api-keys.html +++ b/app/templates/views/api-keys.html @@ -11,7 +11,7 @@

    - API keys + API integration

    @@ -23,8 +23,8 @@ keys, empty_message="You haven’t created any API keys yet", caption="API keys", - caption_visible=False, - field_headings=['Key name', hidden_field_heading('Action')] + caption_visible=false, + field_headings=['API keys', hidden_field_heading('Action')], ) %} {% call field() %} {{ item.name }}