From ddff185f0363a950f3651c6c20607e52a5a6d34c Mon Sep 17 00:00:00 2001 From: lvuch Date: Tue, 4 Apr 2017 13:02:30 -0700 Subject: [PATCH] api key table --- app/authenticated/project/api/keys/template.hbs | 2 ++ app/components/apikey-row/component.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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', });