diff --git a/app/authenticated/project/api/keys/template.hbs b/app/authenticated/project/api/keys/template.hbs index bc8acd2a2..2e50e978a 100644 --- a/app/authenticated/project/api/keys/template.hbs +++ b/app/authenticated/project/api/keys/template.hbs @@ -29,6 +29,7 @@ sortBy=sortBy headers=headers body=model.account + fullRows=true as |sortable kind key| }} {{#if (eq kind "row")}} @@ -79,6 +80,7 @@ sortBy=sortBy headers=headers body=model.environment + fullRows=Row as |sortable kind key| }} {{#if (eq kind "row")}} diff --git a/app/components/apikey-row/component.js b/app/components/apikey-row/component.js index 5bfe1d079..4ba3b8d22 100644 --- a/app/components/apikey-row/component.js +++ b/app/components/apikey-row/component.js @@ -3,5 +3,5 @@ import Ember from 'ember'; export default Ember.Component.extend({ model: null, tagName: 'TR', - classNames: 'main-row', + // classNames: 'main-row', });